Skip to main content
GET
List subscription phone numbers

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

config_id
string
required

The subscription configuration ID

Query Parameters

state
enum<string>

Filter by subscription state

Available options:
SUB,
UNSUB
limit
integer
default:50

Maximum number of phone numbers to return per page

Required range: 1 <= x <= 200
cursor
string

Pagination cursor from the previous response

Response

OK

phone_numbers
object[]
required

A list of phone numbers and their subscription statuses.

next_cursor
string

Pagination cursor for the next page of results. Omitted if there are no more pages.

Example:

"eyJwayI6IjEyMzQ1Njc4LTkwYWItMTJjZC00NTY3LTg5MGFiMTJjZGU0NTYifQ=="