cURL
curl --request GET \ --url https://api.ravan.ai/api/v1/contacts/{id} \ --header 'X-Api-Key: <api-key>'
{ "success": true, "message": "<string>", "data": { "id": "<string>", "first_name": "<string>", "last_name": "<string>", "email": "<string>", "phone": "<string>", "company": "<string>", "metadata": {}, "created_at": "<string>", "updated_at": "<string>" } }
Get Contact.
Documentation IndexFetch the complete documentation index at: https://docs.ravan.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.ravan.ai/llms.txt
Use this file to discover all available pages before exploring further.
Show data
Contact ID
Successful response
Show child attributes