Skip to main content
POST
/
recipients
/
tokens
/
toggletoken
cURL
curl --request POST \
  --url https://api.example.com/recipients/tokens/toggletoken \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "enabled": true
}
'

Body

application/json
id
string
required
enabled
boolean
required

Response

200

toggleToken 200 response