Anonymous Signin (Token)

Generate anonymous user access token using client id and client key

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

Authentication required (client_id & client_key is needed)

client_id and client_key is needed

Pay attention to the "access_token" as it is required for authenticating and sent via the Header of almost every API call

The anonymous authentication flow can be used to authenticate when the user already has the client id and client key (or secret). This authentication flow involves passing the client id and key. Use this authentication flow only when necessary. No refresh token will be issued.

This access token would be start point for next set of interactions with system.

Error CodesError Description
400 - Bad RequestMissing client_key, client_id,grant_type
Headers
string
required
Defaults to Basic dHVtYmFsYW06YTEy

Base64 encoded username and password

Responses

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