Authentication

post

Allows users to securely authenticate with API credentials through Auth0, and in return, provides a JSON Web Token (JWT) that can be used to access the rest of the API endpoints.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
client_idstringOptional
client_secretstringOptional
grant_typestring · enumOptionalDefault: client_credentialsPossible values:
audiencestring · enumOptionalDefault: stakingPossible values:
Responses
200

OK

application/json
post
/oauth/token
200

OK

Last updated