v1

latestOpenAPI 3.0.1Apache License 2.02026-07-176811.2 KB
Tokens

Creates a new token

post/m2m-oauth-server/api/v1/tokens

Request body

clientIdstring
clientSecretstring
audiencestring[]
scopestring[]
expirationstring int64
clientAssertionTypestring
clientAssertionstring
tokenNamestring
grantTypestring

Response

A successful response.

accessTokenstring
tokenTypestring
expiresInstring int64
scopestring[]