Auth
Last updated
Last updated
Token endpoint for OAuth2.0 Client Credentials Grant using your OAuth2.0 machine-to-machine client credentials for programmatic access to this API. See https://datatracker.ietf.org/doc/html/rfc6749#section-4.4
The OAuth2.0 Grant Type that shall be used for authorization. Supported values: 'client_credentials'
"client_credentials"
The client id of your OAuth2.0 machine-to-machine client
"ABCAAAAAAAAAAAAAAAAAAAAAAAAAA123"
The client secret of your OAuth2.0 machine-to-machine client
"supersecret"
Access token response as defined in https://datatracker.ietf.org/doc/html/rfc6749#section-4.4.3
The JSON Web Token to be used for authentication and authorization with the API. See access_token at https://datatracker.ietf.org/doc/html/rfc6749#section-5.1
See token_type at https://datatracker.ietf.org/doc/html/rfc6749#section-5.1
"Bearer"
See expires_in at https://datatracker.ietf.org/doc/html/rfc6749#section-5.1
86400
"create:example manage:users read:example"