List or search for phone numbers
Authentication
AuthorizationBasic
Use your API key as the username and leave the password empty.
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
_limit
Number of results to return.
_skip
Number of results to skip before returning, for pagination.
_fields
Comma-separated list of fields to include in the response.
number
user_id
Deprecated. Use participant_user_id instead. The distinction between personal and group numbers is being removed, and user_id will be removed in a future update.
is_group_number
Deprecated. Use participant_user_id instead. The distinction between personal and group numbers is being removed, and is_group_number will be removed in a future update.
participant_user_id
Return numbers the given user participates in, including both personal and group numbers they belong to.
Response
Successful response
data
has_more
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error