Sign in

Retrieve accounts by IDs

documented

Retrieve accounts by IDs.

POST /v1/accounts/get-by-idsAccountsno 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/accounts/get-by-ids" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "X-Api-Key: {{AUTOPILOTHQ_API_KEY}}" \
  -d '{"account_ids": ["{{$account_id_1}}", "{{$account_id_2}}"], "fields": ["str:o:name", "str:o:industry", "int:o:employees"], "limit": {{$limit}}, "offset": {{$offset}} }'