v10

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-06132559.5 KB
Journey execution

Generate access token

Get an access token to authenticate API requests. If you're unfamiliar with the authentication process, check out the authentication guide for more details.

post/as/token.oauth2

Response

Successfully retrieved access token.

access_tokenstring

The access token used for authentication.

expires_ininteger

Token expiration time in seconds.

token_typestring

The type of token, usually 'Bearer'.

All 13 operations