Skip to main content
GET
/
phone-numbers
List phone numbers
curl --request GET \
  --url https://api.crevio.co/v1/phone-numbers \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "object": "<string>",
      "e164": "<string>",
      "inbound_objective": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "has_more": true,
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Response

List of phone numbers

object
enum<string>
required
Available options:
list
data
object[]
required
has_more
boolean
required
url
string
required