GET
/
phone_numbers
/
{id}
curl --request GET \
  --url https://api.pocketflows.com/phone_numbers/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "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 phone number

Response

200 - application/json
A `PhoneNumber` object
id
string
required

The ID of the phone number

phone_number
string
required

The phone number