Get contact by ID
documentedRetrieve details for a single contact by its ID.
GET /contacts/{contact_id}.jsonContactsno 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://campayn.com/api/v1/lists/{{$list_id}}/contacts/{{$contact_id}}.json" \
-X GET \
-H "Authorization: TRUEREST apikey={{CAMPAYN_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"