Get Contact in List
documentedRetrieve a specific contact in a list.
GET /v1/lists/{list_id}/contacts/{id}{?fields}Listsno 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://{{VISION6_API_HOST}}/v1/lists/{{$list_id}}/contacts/{{$contact_id}}{{$fields}}" \\
-X GET \\
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \\
-H "Accept: application/json"