Sign in

List contacts

documented

Retrieve contacts for the Account

GET /contactsContactsno 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://{{$brand}}.reamaze.io/api/v1/contacts?q={{$query}}&page={{$page}}&page_size={{$limit}}" \
  -X GET \
  -u "{{$login_email}}:{{$reamaze_api_token}}" \
  -H "Accept: application/json"