OAuth token endpoint
V1
OAuth token endpoint
OAuth token endpoint
POST
OAuth token endpoint
Body
application/json
OAuth token endpoint
The public identifier used to authenticate the API client.
Required string length:
8 - 128The secret key used to authenticate the API client. Must be kept confidential and never exposed in client-side code or logs.
Required string length:
8 - 128The unique tenant identifier that determines the target environment for authentication. Scopes the issued token to the resources of the specified tenant.
Required string length:
3 - 128Defines the api clients type being authenticated. Determines the scope and permissions of the resulting token.
Available options:
apikey, contract, user, client, employee Example:
"apikey"