List contact IDs
documentedReturns a list of contact IDs.
GET /api/v1/contacts/idsContactsno 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://app.nimble.com/api/v1/contacts/ids?id={{$ids}}&page={{$page}}&per_page={{$per_page}}&keyword={{$keyword}}" \
-X GET \
-H "Authorization: Bearer {{NIMBLE_API_KEY}}" \
-H "Accept: application/json"