Skip to main content
POST
Rotate transactional API key

Authorizations

Authorization
string
header
required

API key for account management endpoints. Use your api_ prefixed token.

Body

application/json
api_token
string
required

The current API token to rotate

Example:

"transactional_a1b2c3d4"

Response

Transactional key rotated successfully

success
boolean
Example:

true

message
string
Example:

"Transactional key rotated successfully"

api_token
string

The new API token

Example:

"transactional_e5f6a7b8"