Get contact
documentedGet a single contact's details.
GET https://api.unisender.com/ru/api/getContactContactsno 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://api.unisender.com/ru/api/getContact?format=json&api_key={{UNISENDER_API_KEY}}&email={{$email}}&include_lists=1&include_fields=1&include_details=1" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json"