v1

latestOpenAPI 3.0.02026-07-2352269214.0 KB

Get Authorization Token

This request is used by Thales to retrieve an OAUTH 2.0 access authorization token to be used for outgoing issuer API requests.

post/oauth2/token

Headers

authorizationstring required

The authorization header includes a client secret in base64URL encoded format following this syntax: Basic "[clientId:client secret]" as per https://www.rfc-editor.org/rfc/rfc2617

Response

Default allowed response

access_tokenstring required

The access token issued by the authorization server

expires_instring

Remaining time in seconds for the access_token to expire.

scopestring

Scope of the access_token.

token_type'Bearer' required

Type of the access_token that will be used to call Issuer APIs.

expires_atstring

Access token expiration timestamp

All 52 operations