Sign in

Legacy get contacts

documented

Legacy endpoint for retrieving contacts (legacy API).

POST /v1/contacts/getLegacy Autopilot (unknown)no 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://api2.autopilothq.com/v1/contacts/get" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "autopilotapikey: {{AUTOPILOTHQ_API_KEY}}" \
  -d '{"emails": ["{{$email}}"], "ids": ["{{$contact_id}}"]}'
Legacy get contacts · Autopilot (Ortto) · OpenIntegrations