Sign in

Get Contacts in List (with expanded contacts)

documented

List contacts in a list with expanded contact details.

GET /v1/lists/{list_id}/contacts{?expand}Listsno 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 "{{$base_url}}/lists/{{$list_id}}/contacts?expand={{expand}}" \
  -X GET \
  -H "Authorization: Bearer {{VISION6_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get Contacts in List (with expanded contacts) · Vision6 · OpenIntegrations