Get OpenID access token

Get an access token for OpenID authentication

A JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The JWT must be signed using the RS256 algorithm with your server's private key, and include specific claims as outlined in Authentication with OpenID Connect.

Note: Many of the endpoints in the Pismo API require you to pass a JWT that you generated which includes a Pismo account ID (uid or account_id) or an account ID from an external system used in place of the Pismo account ID (external_account_id). Further calls to Pismo endpoints will require this token in the Authorization header.

For more information about account-specific tokens, refer to Endpoints that require an account-specific token and Endpoints that require an external ID-specific token.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

JSON Web Token (JWT) created using the RS256 algorithm and including the required claims as outlined in Authentication with OpenID Connect. For more information, refer to Generating a JWT.

Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json