DevPortal API v3.4.1 — Developer Dashboard Region: us-west-2 · Latency: 12ms
developer@devportal.io
DV

Authentication Playground

Test JWT authentication flow

Login as Developer View Public Key
Response — 200 OK
{ "token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMDAxIiwibmFtZSI6IkRldmVsb3BlciIsInJvbGUiOiJ1c2VyIiwiaWF0IjoxNzExMTAwMDAwLCJleHAiOjE3MTEyMDAwMDB9.fake_signature_for_lab", "user": { "id": 1001, "name": "Developer", "role": "user" }, "message": "Authentication successful" }

Admin Panel

Requires role: administrator

Submit a valid admin JWT via the verify endpoint above to access the admin panel. Current token role: user