We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Allows to decode the JWT access token. This API is intended for debugging purposes.
URL: /v1/auth/jwt
/v1/auth/jwt
Method: GET
GET
Path Parameters: None
Query Parameters: None
Headers:
Authorization: Bearer {accessToken}
Accept: application/json
Code: 200 OK
200 OK
Content-Type: application/json
Content:
https://projectnewm.io
[newm-server-users]
Content example:
{ "id": "7bd2862f-8deb-4814-8943-156d9dab80dd", "issuer": "https://projectnewm.io", "audience": "[newm-server-users]", "subject": "e1997031-0dd2-471e-b288-21188a3ac590", "expiresAt": "Thu Apr 14 20:24:49 PDT 2022" }
Code: 401 UNAUTHORIZED
401 UNAUTHORIZED
Condition: If {accessToken} is invalid or expired.
{accessToken}
Login using Email/Password
Login using OAuth
Refresh JWT Access Token
Request 2FA Code