| 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": "c4ed9304-1239-46e4-baac-71790d3ae2b6",
"SubscriberId": "b70fef79-eec7-4463-a047-d5a149440037",
"Created": "2026-05-13T12:22:33.1646173+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"c4ed9304-1239-46e4-baac-71790d3ae2b6","SubscriberId":"b70fef79-eec7-4463-a047-d5a149440037","Created":"2026-05-13T12:22:33.1646173+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});