Sign in

List contacts

documented

Retrieve all contacts with optional filters.

GET /v1/contacts{?id}{?contact_type}{?name}{?email}{?phone}{?active}{?tags}{?deleted}{?deleted_since}{?household_title}{?type}{?order}{?updated_since}{?updated_before}{?external_unique_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://api.crmworkspace.com/v1/contacts?id={{$id}}&contact_type={{$contact_type}}&name={{$name}}&email={{$email}}&phone={{$phone}}&active={{$active}}&tags={{$tags}}&deleted={{$deleted}}&deleted_since={{$deleted_since}}&household_title={{$household_title}}&type={{$type}}&order={{$order}}&updated_since={{$updated_since}}&updated_before={{$updated_before}}&external_unique_id={{$external_unique_id}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"