| Name | Description | Type | Additional Info |
|---|---|---|---|
| listId | The ID of the list. | globally unique identifier | Required |
| subscriberId | The ID of the subscriber. | globally unique identifier | Required |
None.
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "54a84922-6b2d-4419-bce1-30b0167c9d82",
"SubscriberId": "452c00cc-a79c-4ae1-9852-977b50e13ade",
"Created": "2026-08-27T22:08:24.3301012+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"54a84922-6b2d-4419-bce1-30b0167c9d82","SubscriberId":"452c00cc-a79c-4ae1-9852-977b50e13ade","Created":"2026-08-27T22:08:24.3301012+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});