Sign in

List contacts with custom page size

documented

Retrieve a page of contacts with a custom page size.

GET /api/v2/contacts?page_size={size}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://{{ACCOUNT_DOMAIN}}.clientary.com/api/v2/contacts?page_size={{page_size}}" \
  -X GET \
  -u "{{CLIENTARY_API_KEY}}:{{CLIENTARY_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List contacts with custom page size · Clientary · OpenIntegrations