A valid request URL is required to generate request examples{
"items": [
{
"subscriberId": "<string>",
"name": "<string>",
"email": "[email protected]",
"address": {
"street1": "500 S Main St",
"city": "Natick",
"zip": "01701",
"country": "US",
"street2": "Apt 1",
"state": "CA",
"region": "<string>",
"attention": "<string>"
},
"customerId": "<string>",
"subscriptionIds": [
"<string>"
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"pagination": {
"total": 123,
"limit": 123,
"offset": 123,
"sort": {
"key": "<string>",
"direction": "ASC"
}
}
}List all subscribers.
A valid request URL is required to generate request examples{
"items": [
{
"subscriberId": "<string>",
"name": "<string>",
"email": "[email protected]",
"address": {
"street1": "500 S Main St",
"city": "Natick",
"zip": "01701",
"country": "US",
"street2": "Apt 1",
"state": "CA",
"region": "<string>",
"attention": "<string>"
},
"customerId": "<string>",
"subscriptionIds": [
"<string>"
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"pagination": {
"total": 123,
"limit": 123,
"offset": 123,
"sort": {
"key": "<string>",
"direction": "ASC"
}
}
}An API key that grants access to the Connect API. You can create and manage API keys in the portal.
The unique identifier of the customer to filter by.
The unique identifier of the subscription to filter by.
The maximum number of items to return.
1 <= x <= 1000The number of items to skip before starting to collect the result set.
x >= 0A list of subscribers.
Show child attributes
The unique identifier of the subscriber.
The name of the subscriber.
Optional email address of the subscriber.
The address of the subscriber. In the US, this refers to the E911 address associated with the subscriber's phone number, which is used for emergency services.
Show child attributes
The first line of the address, typically street and house number.
"500 S Main St"
The city or municipality of the address.
"Natick"
The zip code of the address.
Depending on the country, this may be referred to as a postal code or postcode.
Specifically for US addresses, the zip can include the optional four-digit extension (e.g., '27604-5121').
"01701"
The two-letter country abbreviation (e.g., 'US' for United States, 'SE' for Sweden).
"US"
The second line of the address, typically apartment, suite, unit, building, floor, etc.
"Apt 1"
For countries that use states or regions, the state or administrative area code (e.g., 'CA' for California in the United States).
"CA"
A province, region, or territory name, applicable in certain countries (e.g., 'Ontario' in Canada, 'Sindh' in Pakistan).
An optional line for specifying a person, department, or attention to a specific entity within an address.
The unique identifier of the customer the subscriber belongs to.
List of subscriptions ids associated with the subscriber.
Typically a subscriber has exactly one subscription, but in rare cases, a subscriber may have multiple subscriptions.
The unique identifier of the subscription.
Date and time when the subscriber was created.
Date and time when the subscriber was last updated.
Show child attributes
The total number of items available.
The maximum number of items to return.
The number of items to skip before starting to collect the items.