Sign in

Get contact by ID

documented

Returns the contact object for the given ID.

GET /dev/api/contacts/{id}Contactsno 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://{{$domain}}.agilecrm.com/dev/api/contacts/{{$id}}\" \
  -X GET \
  -H \"Accept: application/json\" \
  -u \"{{$agilecrm_email}}:{{AGILECRM_API_KEY}}\"