Phone Numbers

List phone numbers

Returns a cursor-paginated list of phone numbers in your organization.

get/v2/phone-numbers

Query parameters

page_sizeinteger

Number of records per page (default 50, max 100).

cursorstring

Opaque pagination cursor returned by the previous response.

phone_numberstring

Filter by phone number (partial match).

namestring

Filter by name (partial match).

Response

Paginated list of phone numbers.

has_moreboolean required

Whether more records exist after this page.

next_cursorstring

Opaque cursor to pass as cursor in the next request.

Changes

No recorded changes to this endpoint across all 2 revisions of this API.