Sign in

Alias identity

documented

Merge identities by linking a previous/anonymous ID to a new user ID for downstream destinations.

POST /v1/aliasPeopleno 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://cdp.customer.io/v1/alias" \
  -X POST \
  -u "{{CUSTOMER_API_KEY}}:" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"previousId": "{{$previousId}}", "userId": "{{$userId}}"}'
Alias identity · Customer.io · OpenIntegrations