Sign in

List people

documented

Retrieve all people for your account.

GET /v1/people.jsonPeopleno 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://api.delighted.com/v1/people.json" \
  -u "{{DELIGHTED_API_KEY}}:" \
  -H "Accept: application/json" \
  -G \
  --data-urlencode "per_page={{per_page}}" \
  --data-urlencode "since={{since}}" \
  --data-urlencode "until={{until}}" \
  --data-urlencode "email={{email}}" \
  --data-urlencode "phone_number={{phone_number}}"
List people · Delighted · OpenIntegrations