PUT
/
toucan
/
tokens
/
{tokenRefId}
/
resume
Resumes a suspended token
curl --request PUT \
  --url https://services.prod.pagosapi.com/toucan/tokens/{tokenRefId}/resume \
  --header 'Authorization: Bearer <token>'
{
  "tokenRefId": "<string>",
  "status": "<string>",
  "metadata": "<string>"
}

Authorizations

Authorization
string
header
required

Format is: Bearer <api_key>, where <api_key> is your Pagos API key

Path Parameters

tokenRefId
string | null
required

Response

Token resumed

tokenRefId
string
status
string
metadata
string