| 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": "314ce219-17b4-404c-8752-05d648cdb367",
"SubscriberId": "32d6d4da-64e2-4b4f-a5ed-0a1987467746",
"Created": "2026-06-03T12:50:33.9666028+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"314ce219-17b4-404c-8752-05d648cdb367","SubscriberId":"32d6d4da-64e2-4b4f-a5ed-0a1987467746","Created":"2026-06-03T12:50:33.9666028+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});