curl https://api.ravan.ai/api/v1/contacts/019d3a2b-5c6d-7e8f-9a0b-1c2d3e4f5a6b \
-H "X-Api-Key: YOUR_API_KEY"
{
"success": true, "message": "Contact fetched successfully",
"data": { "id": "019d3a2b-5c6d-7e8f-9a0b-1c2d3e4f5a6b", "first_name": "John", "last_name": "Smith", "email": "john@example.com", "phone": "+14155550100", "company": "Acme Corp", "created_at": "2026-03-20T14:30:00Z", "updated_at": "2026-03-20T14:30:00Z" }
}
Retrieve basic information for a single contact by ID.
curl https://api.ravan.ai/api/v1/contacts/019d3a2b-5c6d-7e8f-9a0b-1c2d3e4f5a6b \
-H "X-Api-Key: YOUR_API_KEY"
{
"success": true, "message": "Contact fetched successfully",
"data": { "id": "019d3a2b-5c6d-7e8f-9a0b-1c2d3e4f5a6b", "first_name": "John", "last_name": "Smith", "email": "john@example.com", "phone": "+14155550100", "company": "Acme Corp", "created_at": "2026-03-20T14:30:00Z", "updated_at": "2026-03-20T14:30:00Z" }
}
curl https://api.ravan.ai/api/v1/contacts/019d3a2b-5c6d-7e8f-9a0b-1c2d3e4f5a6b \
-H "X-Api-Key: YOUR_API_KEY"
{
"success": true, "message": "Contact fetched successfully",
"data": { "id": "019d3a2b-5c6d-7e8f-9a0b-1c2d3e4f5a6b", "first_name": "John", "last_name": "Smith", "email": "john@example.com", "phone": "+14155550100", "company": "Acme Corp", "created_at": "2026-03-20T14:30:00Z", "updated_at": "2026-03-20T14:30:00Z" }
}