| 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": "dc024853-e3d4-42f8-91ce-59a9357cdbc7",
"SubscriberId": "16424a44-2742-4516-973c-c5589d24c3d2",
"Created": "2026-08-20T22:58:00.4168221+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"dc024853-e3d4-42f8-91ce-59a9357cdbc7","SubscriberId":"16424a44-2742-4516-973c-c5589d24c3d2","Created":"2026-08-20T22:58:00.4168221+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});