v1

latestOpenAPI 3.0.1Apache License 2.02026-07-176811.2 KB
Native OAuth

Obtain an OAuth token

This endpoint is used to obtain an OAuth token by providing the necessary credentials and parameters.

post/m2m-oauth-server/oauth/token

Response

OAuth token obtained successfully

access_tokenstring

The OAuth access token.

token_typestring

The type of token. Typically 'Bearer'.

expires_ininteger

The expiration time of the token in seconds. If not provided, the token will be valid indefinitely.

scopestring

The scopes granted for the token.

All 6 operations