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/phone-numbers
Lister les numéros de téléphone d’un espace de travail
curl "https://app.orova.ai/api/phone-numbers?workspaceId=WORKSPACE_ID" \ -H "x-api-key: YOUR_API_KEY"
{ "data": [ { "_id": "phone_id", "number": "+1234567890", "status": "active", "assignmentType": "inbound", "assignedAgentId": "agent_id", "workspaceId": "WORKSPACE_ID" } ] }
Cette page vous a-t-elle été utile ?