| 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": "0e702089-dcab-430d-a920-385748ebaff9",
"SubscriberId": "cc0cd172-73f4-456a-b95f-9708acdadf93",
"Created": "2026-02-02T06:59:57.7124602+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"0e702089-dcab-430d-a920-385748ebaff9","SubscriberId":"cc0cd172-73f4-456a-b95f-9708acdadf93","Created":"2026-02-02T06:59:57.7124602+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});