Sign in

Retrieve contacts by IDs

documented

Retrieve contacts by IDs.

POST /v1/person/get-by-idsPeopleno 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.ap3api.com/v1/person/get-by-ids" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "X-Api-Key: {{AUTOPILOTHQ_API_KEY}}" \
  -d '{"contact_ids": {{$contact_ids}}, "fields": {{$fields}}}'