User
Auth

Generate token

Generate new access token with specified scopes and ttl

post/3rdparty/v1/auth/token

Request body

scopesSmsgatewayJWTScope[] required

scopes for which the access token is valid

ttlinteger

lifetime of the access token in seconds

Response

Token

access_tokenstring

actual access token

expires_atstring date-time

time at which the access token is no longer valid

idstring

unique identifier for the access token

refresh_tokenstring

refresh token

token_typestring

type of the access token

Changes

No recorded changes to this endpoint across all 1 revision of this API.