GET
/
businesses
/
{id}
/
phone_numbers
curl --request GET \
  --url https://api.pocketflows.com/businesses/{id}/phone_numbers \
  --header 'Authorization: Basic <encoded-value>'
{
  "phone_numbers": [
    {
      "id": "<string>",
      "phone_number": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The ID of the business

Response

200 - application/json
The phone numbers associated with the business
phone_numbers
object[]
required

The phone numbers for the business