| 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": "f19e3e5f-f2dd-468a-901a-afec5a977aee",
"SubscriberId": "30085942-bc75-442e-8b28-e36754456d7d",
"Created": "2026-06-07T04:48:23.1071522+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"f19e3e5f-f2dd-468a-901a-afec5a977aee","SubscriberId":"30085942-bc75-442e-8b28-e36754456d7d","Created":"2026-06-07T04:48:23.1071522+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});