Skip to main content
GET
/
v1
/
phone
List phone numbers
curl --request GET \
  --url https://api.usenaive.ai/v1/phone \
  --header 'Authorization: Bearer <token>'
{
  "phones": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Query Parameters

agent
string

Response

200 - application/json

OK.

phones
object[]