| 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": "b0df09cb-e50b-49d9-9f9c-552310fb7bd6",
"SubscriberId": "f65da99e-7780-408b-8f52-43d23b5a12d1",
"Created": "2026-06-04T02:14:26.3005379+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"b0df09cb-e50b-49d9-9f9c-552310fb7bd6","SubscriberId":"f65da99e-7780-408b-8f52-43d23b5a12d1","Created":"2026-06-04T02:14:26.3005379+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});