PUT
/
toucan
/
tokens
/
{tokenRefId}
/
resume
curl --request PUT \
  --url https://services.prod.pagosapi.com/toucan/tokens/{tokenRefId}/resume
{
  "tokenRefId": "<string>",
  "status": "<string>",
  "metadata": "<string>"
}

Path Parameters

tokenRefId
string | null
required

Response

200
application/json
Token resumed
tokenRefId
string
status
string
metadata
string