Skip to content

Token

POST
/auth/v1/token

Azure Entra application authentication token.

object
clientSecret
required

Client secret.

string
clientId
required

Client Id of the application.

string
scopes
required

List of scopes.

Array<string>

The resource was returned successfully

object
tokenType
required

Token type.

string
expiresIn
required

Token expiration in miliseconds (defaults to 1 hour).

number
token
required

Authentication JWT token.

string

The request is not valid

Array<string>

Unauthorized Request

Array<string>

Resource not found

Array<string>

An unexpected error occurred inside the server

Array<string>