Sign in

Get Contact in List

documented

Retrieve a specific contact in a list.

GET /v1/lists/{list_id}/contacts/{id}{?fields}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 "https://{{VISION6_API_HOST}}/v1/lists/{{$list_id}}/contacts/{{$contact_id}}{{$fields}}" \\
  -X GET \\
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \\
  -H "Accept: application/json"
Get Contact in List · Vision6 · OpenIntegrations