Retrieve a contact by ID.
cURL
curl --request GET \ --url https://api.unosend.co/contacts/{id} \ --header 'Authorization: Bearer <token>'
Documentation IndexFetch the complete documentation index at: https://docs.unosend.co/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.unosend.co/llms.txt
Use this file to discover all available pages before exploring further.
curl https://api.unosend.co/contacts/con_123 \ -H "Authorization: Bearer un_xxxxxxxxxx"
{ "success": true, "data": { "id": "con_123", "email": "john@example.com", "first_name": "John", "last_name": "Doe", "subscribed": true, "created_at": "2024-01-15T10:30:00.000Z" } }