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

Response

200 - application/json
A dictionary with a `project_phone_numbers` property which is an array of `ProjectPhoneNumber` objects
project_phone_numbers
object[]
required

An array of project phone numbers