| 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": "750fe3ef-2e3f-4bda-bd7e-57fc6e038007",
"SubscriberId": "a844080f-e0bd-4137-8701-1640bd86a944",
"Created": "2026-09-23T08:23:11.4661634+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"750fe3ef-2e3f-4bda-bd7e-57fc6e038007","SubscriberId":"a844080f-e0bd-4137-8701-1640bd86a944","Created":"2026-09-23T08:23:11.4661634+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});