| 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": "dd344a70-74ba-4af7-8320-2ba09637728b",
"SubscriberId": "13688b8d-0ced-4063-a3b0-cf6c5bc5501b",
"Created": "2026-07-25T22:12:14.4205136+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"dd344a70-74ba-4af7-8320-2ba09637728b","SubscriberId":"13688b8d-0ced-4063-a3b0-cf6c5bc5501b","Created":"2026-07-25T22:12:14.4205136+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});