DevPortal API v3.4.1 — Developer Dashboard Region: us-west-2 · Latency: 12ms
developer@devportal.io
DV
12
Endpoints
4.2M
API Calls Today
99.97%
Uptime
12ms
Avg Latency

API Keys

Manage your API credentials

Live dp_live_7x9k4m2n8p3q1r5t Copy
Test dp_test_a1b2c3d4e5f6g7h8 Copy

Endpoints

Available API endpoints and their authentication requirements

POST /api/auth/login Authenticate and receive JWT
GET /api/auth/public-key RSA public key for JWT verification
GET /api/users/me Current user profile AUTH
GET /api/admin Admin dashboard data ADMIN
GET /api/users List all users ADMIN
DEL /api/users/:id Delete a user ADMIN

Authentication

This API uses RS256-signed JSON Web Tokens

Send a POST to /api/auth/login with credentials to receive a JWT. Include the token in the Authorization: Bearer <token> header for authenticated requests. The RS256 public key is available at /api/auth/public-key.

Open Auth Playground