| 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": "2100e24b-2363-4972-b909-c9bd9f241683",
"SubscriberId": "dc8d992f-6c94-49b6-a275-7088e2f21804",
"Created": "2026-06-22T17:14:48.3169464+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"2100e24b-2363-4972-b909-c9bd9f241683","SubscriberId":"dc8d992f-6c94-49b6-a275-7088e2f21804","Created":"2026-06-22T17:14:48.3169464+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});