| 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": "fe21553b-c6ba-4926-8b91-467b8b227b29",
"SubscriberId": "214a8660-38d3-490e-aef4-8a110f1b92dc",
"Created": "2026-03-26T03:12:49.9595184+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"fe21553b-c6ba-4926-8b91-467b8b227b29","SubscriberId":"214a8660-38d3-490e-aef4-8a110f1b92dc","Created":"2026-03-26T03:12:49.9595184+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});