| 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": "fce719e1-2fd4-4963-9ff1-d664ee99142e",
"SubscriberId": "964c12f7-bb7a-4234-b33a-6562a4526818",
"Created": "2026-03-07T00:30:05.033241+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"fce719e1-2fd4-4963-9ff1-d664ee99142e","SubscriberId":"964c12f7-bb7a-4234-b33a-6562a4526818","Created":"2026-03-07T00:30:05.033241+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});