POST
/
api
/
v1
/
auth
/
universal-auth
/
login

Body

application/json
clientId
string
required

Your Machine Identity Client ID.

clientSecret
string
required

Your Machine Identity Client Secret.

Response

200 - application/json
accessToken
string
required
expiresIn
number
required
accessTokenMaxTTL
number
required
tokenType
enum<string>
required
Available options:
Bearer

Was this page helpful?