cURL
curl --request GET \ --url https://api.example.com/api/v1/contacts/{email}
{ "success": true, "data": { "id": 123, "email": "[email protected]", "first_name": "John", "last_name": "Doe", "phone": "+1234567890", "tags": ["premium", "engaged"], "lead_score": 85, "created_at": "2025-01-15T10:30:00", "updated_at": "2025-12-30T09:00:00" } }
Pobierz pojedynczy kontakt po adresie email
Show Pola kontaktu
curl https://api.mailist.com/api/v1/contacts/[email protected] \ -H "X-API-Key: YOUR_API_KEY"