| 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": "e57b0031-312d-44ca-91b0-26b25753e713",
"SubscriberId": "cd562726-5fe2-404d-8ecf-6193568ead71",
"Created": "2026-09-04T04:28:53.0659516+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"e57b0031-312d-44ca-91b0-26b25753e713","SubscriberId":"cd562726-5fe2-404d-8ecf-6193568ead71","Created":"2026-09-04T04:28:53.0659516+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});