| 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": "ccfe4bf3-dcf6-4f41-967c-69c27646a3ac",
"SubscriberId": "ceeff5a6-be62-4435-b0d2-986448bcc917",
"Created": "2026-08-25T21:43:25.1226295+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"ccfe4bf3-dcf6-4f41-967c-69c27646a3ac","SubscriberId":"ceeff5a6-be62-4435-b0d2-986448bcc917","Created":"2026-08-25T21:43:25.1226295+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});