Token
Was this helpful?
Was this helpful?
Use this endpoint to generate a new JWT (JSON Web Token) by providing valid client credentials (client_id
and client_secret
). The returned token must be included in the Authorization
header as Bearer <token>
for subsequent calls to authenticate and authorize access to the SanctusPay API.
Your unique client_id
assigned by SanctusPay.
Your unique client_secret
associated with your client_id
.
A successfully generated access token.