| 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": "7b6a6cf5-9cd6-4cec-8b80-a49eaf9a40ef",
"SubscriberId": "cc740b0e-2244-4d1d-86ed-c1ba573e53b5",
"Created": "2026-09-21T13:18:14.2819382+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"7b6a6cf5-9cd6-4cec-8b80-a49eaf9a40ef","SubscriberId":"cc740b0e-2244-4d1d-86ed-c1ba573e53b5","Created":"2026-09-21T13:18:14.2819382+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});