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
Lister les contacts d’un espace de travail
curl "https://app.orova.ai/api/contacts?workspaceId=WORKSPACE_ID&page=1&limit=20" \ -H "x-api-key: YOUR_API_KEY"
workspaceId
page
1
limit
10
search
{ "data": [ { "_id": "contact_id", "contactName": "John Doe", "phoneNumber": "+1234567890", "region": "US East", "workspaceId": "WORKSPACE_ID" } ], "total": 1, "page": 1, "limit": 10 }
Cette page vous a-t-elle été utile ?