Skip to main content
GET
/
personas
/
phone-numbers
List phone number mappings
curl --request GET \
  --url https://api.coval.dev/v1/personas/phone-numbers \
  --header 'X-API-Key: <api-key>'
{
  "phone_numbers": {
    "inbound": [
      {
        "index": 1,
        "phone_number": "+16504471573"
      },
      {
        "index": 2,
        "phone_number": "+16506400392"
      }
    ],
    "outbound": [
      {
        "index": 1,
        "phone_number": "+14158734019"
      },
      {
        "index": 2,
        "phone_number": "+17199853850"
      }
    ]
  }
}

Authorizations

X-API-Key
string
header
required

API key for authentication

Response

Successful response

Response containing available phone number mappings.

phone_numbers
object
required

Container for inbound and outbound phone number lists.