| 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": "718391ba-9ead-4403-b110-f1b7903e9da4",
"SubscriberId": "bc1cd25d-119a-4cb6-a261-d88fe5b0b18d",
"Created": "2026-03-16T05:33:38.7784251+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"718391ba-9ead-4403-b110-f1b7903e9da4","SubscriberId":"bc1cd25d-119a-4cb6-a261-d88fe5b0b18d","Created":"2026-03-16T05:33:38.7784251+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});