| 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": "87def105-ea2d-4cd6-a410-8e195b6971b9",
"SubscriberId": "dfca06ad-d25b-415c-966c-a9d69c20b489",
"Created": "2026-04-06T03:30:47.6756839+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"87def105-ea2d-4cd6-a410-8e195b6971b9","SubscriberId":"dfca06ad-d25b-415c-966c-a9d69c20b489","Created":"2026-04-06T03:30:47.6756839+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});