| 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": "e6ecb396-c3f2-4edc-8322-6811f8cfdaa7",
"SubscriberId": "6b3b6a3d-b028-4134-b56e-ee5350360411",
"Created": "2025-12-11T03:35:12.2818153+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"e6ecb396-c3f2-4edc-8322-6811f8cfdaa7","SubscriberId":"6b3b6a3d-b028-4134-b56e-ee5350360411","Created":"2025-12-11T03:35:12.2818153+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});