Skip to main content
GET
/
phone-numbers
cURL
curl --request GET \
  --url https://business.pingmee.co.il/phone-numbers \
  --header 'Cookie: <api-key>' \
  --header 'x-api-key: <api-key>'
{
  "phoneNumbers": [
    {
      "id": "<string>",
      "verified_name": "<string>",
      "display_phone_number": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

List of phone numbers

phoneNumbers
object[]
required