Create Auth Token
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
An identifier that represents the application which is requesting the token. If no client_id is present in the request to generate an application access token (AAT), DevRev will generate a client_id. This client_id is only associated with an AAT.
Carries info corresponding to the Rev user to be provisioned and/or issue a Rev session token.
The requested set of scopes associated with the issued token. A space-delimited list of values in which the order of values does not matter.
Represents the entity that requests the token. Not required when requesting an application access token (AAT).
Response
The issued JSON Web Token (JWT) corresponding to the requested token type.
An identifier that represents the application which is requesting the token. Only present in a response corresponding to an application access token (AAT).
The scopes associated with the issued token. A space-delimited list of values in which the order of values does not matter.