Welcome to our new developer portal! Use the "Ask" button to chat with our AI Agent.

D1 OAuth API

Get Authorization Token

post

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

Parámetros de encabezado
authorizationstringRequerido

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

Example: Basic aXNfdGJhbmswMToxMjM=
Cuerpo
grant_typestring · enumRequeridoValores posibles:
scopestringOpcional

Access request scope as optionally defined by the issuer

Respuestas
post
/oauth2/token

Última actualización

¿Te fue útil?