| 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": "20d6ecde-3771-4cd3-a2a3-147fb0ea8684",
"SubscriberId": "6055374e-7718-43c5-a8a0-705bbb503b2e",
"Created": "2026-07-02T00:33:21.8838768+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"20d6ecde-3771-4cd3-a2a3-147fb0ea8684","SubscriberId":"6055374e-7718-43c5-a8a0-705bbb503b2e","Created":"2026-07-02T00:33:21.8838768+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});