Sign in

Unsuppress person

documented

Unsuppress a previously suppressed profile.

POST /api/v1/customers/{identifier}/unsuppressPeopleno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://track.customer.io/api/v1/customers/{{$identifier}}/unsuppress" \
  -X POST \
  -u "{{TRACK_SITE_ID}}:{{CUSTOMER_API_KEY}}" \
  -H "Accept: application/json"
Unsuppress person · Customer.io · OpenIntegrations