Sign in

Identify person

documented

Identify a person and assign traits (add/update a profile).

POST /v1/identifyPeopleno 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/identify" \
  -X POST \
  -u "{{CUSTOMER_API_KEY}}:" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"userId": "{{$user_id}}", "traits": {"name": "{{$name}}", "email": "{{$email}}"}, "context": {"ip": "{{$ip}}"}}'