cURL
curl --request GET \ --url https://api.example.com/api/phone-numbers
List phone numbers in a workspace
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" } ] }