| 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": "f1b8e760-b217-4eae-8701-878bc8001df9",
"SubscriberId": "3ef781ed-567d-4b7f-8915-fcac366053c6",
"Created": "2026-03-11T04:59:54.7121809+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"f1b8e760-b217-4eae-8701-878bc8001df9","SubscriberId":"3ef781ed-567d-4b7f-8915-fcac366053c6","Created":"2026-03-11T04:59:54.7121809+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});