Authentication
See how you can authenticate with TransactionLink.
POST Authorize token
POST Authorize tokenWorkspace API key
Workspace API secret
OK – JWT tokens issued
JWT access token (Bearer)
Refresh token for obtaining a new access token
Token type — always Bearer
BearerToken validity duration in seconds
Bad Request – invalid credentials
Internal Server Error – unexpected server error
POST Refresh access token
POST Refresh access tokenRefresh token obtained from a previous authorization
OK – new JWT tokens issued
JWT access token (Bearer)
Refresh token for obtaining a new access token
Token type — always Bearer
BearerToken validity duration in seconds
Bad Request – invalid or expired refresh token
Internal Server Error – unexpected server error
GET Public key
GET Public keyPublic key for validating webhook JWS signatures
UUID of the key, returned as kid parameter in webhook JWS header
Param indiciating whether public key should be returned in PEM format or simple base64
truePublic key obtained successfully
Request is invalid
Public key not found
Internal service error
Upstream service failure
Last updated