List contacts with custom page size
documentedRetrieve a page of contacts with a custom page size.
GET /api/v2/contacts?page_size={size}Contactsno implementation yet0 runsNo 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"