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
Example
sM9tL-t2sjU1gM3jA0EMPUsLf4iKFz clientId
required
Client Id of the application.
string
Example
8a034647-f6f4-4b52-bd4d-94f9e35600c9 scopes
required
List of scopes.
Array<string>
Example
[ "api://4982083f-5b28-49ca-bfdf-8fb5b99b1982/.default"]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>