curl https://api.vozagent.ai/v1/contacts/c1a2b3c4-d5e6-f7a8-b9c0-d1e2f3a4b5c6 \
-H "Authorization: Bearer <token>"
{
"id": "c1a2b3c4-d5e6-f7a8-b9c0-d1e2f3a4b5c6",
"first_name": "John",
"last_name": "Doe",
"email": "john@example.com",
"phone_number": "+15551234567",
"company": "Acme Outdoor Living",
"job_title": "Owner",
"tags": ["lead", "outdoor-living"],
"notes": "Interested in patio installation",
"time_zone": "America/New_York",
"source": "VozAgent",
"created_at": "2024-01-15T09:30:00Z",
"updated_at": "2024-01-15T09:30:00Z"
}
Retrieve a single contact by ID.
curl https://api.vozagent.ai/v1/contacts/c1a2b3c4-d5e6-f7a8-b9c0-d1e2f3a4b5c6 \
-H "Authorization: Bearer <token>"
{
"id": "c1a2b3c4-d5e6-f7a8-b9c0-d1e2f3a4b5c6",
"first_name": "John",
"last_name": "Doe",
"email": "john@example.com",
"phone_number": "+15551234567",
"company": "Acme Outdoor Living",
"job_title": "Owner",
"tags": ["lead", "outdoor-living"],
"notes": "Interested in patio installation",
"time_zone": "America/New_York",
"source": "VozAgent",
"created_at": "2024-01-15T09:30:00Z",
"updated_at": "2024-01-15T09:30:00Z"
}
curl https://api.vozagent.ai/v1/contacts/c1a2b3c4-d5e6-f7a8-b9c0-d1e2f3a4b5c6 \
-H "Authorization: Bearer <token>"
{
"id": "c1a2b3c4-d5e6-f7a8-b9c0-d1e2f3a4b5c6",
"first_name": "John",
"last_name": "Doe",
"email": "john@example.com",
"phone_number": "+15551234567",
"company": "Acme Outdoor Living",
"job_title": "Owner",
"tags": ["lead", "outdoor-living"],
"notes": "Interested in patio installation",
"time_zone": "America/New_York",
"source": "VozAgent",
"created_at": "2024-01-15T09:30:00Z",
"updated_at": "2024-01-15T09:30:00Z"
}