Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/api/contacts/{id}
Récupérer un contact spécifique par son ID
curl "https://app.orova.ai/api/contacts/CONTACT_ID" \ -H "x-api-key: YOUR_API_KEY"
id
{ "_id": "contact_id", "contactName": "John Doe", "phoneNumber": "+1234567890", "region": "US East", "workspaceId": "WORKSPACE_ID", "externalFields": { "accountNumber": "ACC-001", "company": "Acme Corp" }, "createdAt": "2025-01-01T00:00:00.000Z" }
Cette page vous a-t-elle été utile ?