Token
POST /auth/v1/token
POST
/auth/v1/token
Azure Entra application authentication token.
Request Body required
Section titled “Request Body required ”object
clientSecret
required
Client secret.
string
clientId
required
Client Id of the application.
string
scopes
required
List of scopes.
Array<string>
Responses
Section titled “ Responses ”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>