| 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": "fcda6bfd-0790-4f5c-96d8-b2489715980f",
"SubscriberId": "6b30a76f-8fb5-416c-a753-e1e3d7e79434",
"Created": "2026-08-22T17:56:17.0774481+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"fcda6bfd-0790-4f5c-96d8-b2489715980f","SubscriberId":"6b30a76f-8fb5-416c-a753-e1e3d7e79434","Created":"2026-08-22T17:56:17.0774481+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});