Sign in

List Group's Contacts

documented

List contacts within a specific group.

GET /v1/groups/{group_id}/contactsGroupsno 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.sendhub.com/v1/groups/{{$group_id}}/contacts?limit={{$limit}}&offset={{$offset}}&number={{$number}}&name={{$name}}&screened={{$screened}}&blocked={{$blocked}}&ordering={{$ordering}}" \
  -X GET \
  -u "{{$SENDHUB_USERNAME}}:{{SENDHUB_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List Group's Contacts · sendhub · OpenIntegrations