Skip to main content
GET
/
v1
/
organization
/
apps
/
{appId}
/
phone-numbers
cURL
curl --request GET \
  --url https://9dc2c77e6dbf.ngrok-free.app/v1/organization/apps/{appId}/phone-numbers \
  --header 'Authorization: Bearer <token>'
{
  "phoneNumbers": [
    {
      "phoneNumberId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "appId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "number": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>"
    }
  ],
  "totalCount": 123
}

Authorizations

Authorization
string
header
required

Admin API key (format: sk_admin_*) for organization-level operations

Path Parameters

appId
string<uuid>
required
Example:

"123e4567-e89b-12d3-a456-426614174000"

Query Parameters

limit
string

Maximum number of phone numbers to return

Example:

"20"

offset
string

Number of phone numbers to skip

Example:

"0"

Response

List of phone numbers

phoneNumbers
object[]
required
totalCount
number
required