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[]

Changes

Changed in 2 of the 2 revisions of this API.11