Sign in

Add contacts to an account

documented

Add one or more contacts to an account.

PUT /v1/accounts/contacts/addAccountsno 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/contacts/add" \
  -X PUT \
  -H "X-Api-Key: {{AUTOPILOTHQ_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"inclusion_ids": {{$inclusion_ids}}, "accounts_id": {{$accounts_id}}}'