| 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": "c9b4692f-1bbb-44c5-94ce-53aee407a9e0",
"SubscriberId": "e571e053-72e9-4d4a-9b56-451696a67fe8",
"Created": "2026-08-12T11:58:57.9923258+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"c9b4692f-1bbb-44c5-94ce-53aee407a9e0","SubscriberId":"e571e053-72e9-4d4a-9b56-451696a67fe8","Created":"2026-08-12T11:58:57.9923258+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});