Phone Numbers
Overview
This endpoint retrieves a list of phone numbers associated with the authenticated user’s company.Endpoint Details
- URL:
/phone_number
- Method:
GET
- Authentication: Required (
API KEY
)
Request Headers
Header | Value | Description |
---|---|---|
Authorization | Bearer <api_key> | Your API KEY |
Example Request
Response
Success Response
- Status Code:
200 OK
Error Response
- Status Code:
200 OK
(with error message)
Response Fields
Each object in the data array represents a phone number and has the following structure:Field | Type | Description |
---|---|---|
nickname | string | A nickname or label for the phone number. |
phone_number | string | The actual phone number in E.164 format. |
number_country_code | string (nullable) | The country code for the phone number, if applicable. |
created_at | string | Timestamp when the phone number was created (in YYYY-MM-DDTHH:MM:SS format). |
updated_at | string | Timestamp when the phone number was last updated (in YYYY-MM-DDTHH:MM:SS format). |