Authentication
A JWT token encoded using your Accounts API Key Shared Secret.
asd8asd9f87ass...asdf9A JSON object which contains the access_token to use in all subsequent calls to the API
Access Token (JWT)
eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI....KpQXk3fiwnSbREHlvfdi7weWuMSeconds until the Access Token expires
86400Seconds until the Refresh Token expires
86400Refresh Token (JWT)
eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI....KpQXk3fiwnSbREHlvfdi7weWuMType of JWT token. Will always be "bearer"
bearerID Token (JWT)
eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI....KpQXk3fiwnSbREHlvfdi7weWuMSeconds until the Token will be considered valid. Will always be 0 (now).
0Unique Session ID
9b4b13d7-c7a6-4f68-a419-cf1bf5aef94fApplication Scopes
openid email app_metadata user_metadata profileMissing or invalid credentials
Not Found
Unknown Error Occurred
[email protected]A JSON object which contains the access_token to use in all subsequent calls to the API
Access Token (JWT)
eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI....KpQXk3fiwnSbREHlvfdi7weWuMSeconds until the Access Token expires
86400Seconds until the Refresh Token expires
86400Refresh Token (JWT)
eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI....KpQXk3fiwnSbREHlvfdi7weWuMType of JWT token. Will always be "bearer"
bearerID Token (JWT)
eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI....KpQXk3fiwnSbREHlvfdi7weWuMSeconds until the Token will be considered valid. Will always be 0 (now).
0Unique Session ID
9b4b13d7-c7a6-4f68-a419-cf1bf5aef94fApplication Scopes
openid email app_metadata user_metadata profileMissing or invalid credentials
Unknown Error Occurred
eyJhbGciOiJIUzI1NiIsInR5c...jUZ8Ud9wGCYilcqEML2fRkWZUA JSON object which contains the access_token to use in all subsequent calls to the API
Access Token (JWT)
eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI....KpQXk3fiwnSbREHlvfdi7weWuMSeconds until the Access Token expires
86400Seconds until the Refresh Token expires
86400Refresh Token (JWT)
eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI....KpQXk3fiwnSbREHlvfdi7weWuMType of JWT token. Will always be "bearer"
bearerID Token (JWT)
eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI....KpQXk3fiwnSbREHlvfdi7weWuMSeconds until the Token will be considered valid. Will always be 0 (now).
0Unique Session ID
9b4b13d7-c7a6-4f68-a419-cf1bf5aef94fApplication Scopes
openid email app_metadata user_metadata profileWrong or expired refresh token, or user/api-key removed
Unknown Error Occurred
Last updated