| 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": "e4444fe5-4009-4b4f-a859-60301f2368f0",
"SubscriberId": "ca1fd7b9-a72b-412e-8205-140d3809cb55",
"Created": "2026-07-13T09:14:11.1682164+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"e4444fe5-4009-4b4f-a859-60301f2368f0","SubscriberId":"ca1fd7b9-a72b-412e-8205-140d3809cb55","Created":"2026-07-13T09:14:11.1682164+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});