| 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": "1daae80f-ffa7-4859-8095-df3c4ed8be43",
"SubscriberId": "3f73349f-b624-489a-9a96-1b6c2bc5088d",
"Created": "2026-02-06T06:59:22.6075107+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"1daae80f-ffa7-4859-8095-df3c4ed8be43","SubscriberId":"3f73349f-b624-489a-9a96-1b6c2bc5088d","Created":"2026-02-06T06:59:22.6075107+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});