| 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": "b8ef4948-0af7-41cc-84e1-9e3aa1dcbcfb",
"SubscriberId": "f1ddb1f0-6536-428f-89fa-26ba9e347e31",
"Created": "2026-02-13T08:11:34.1285955+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"b8ef4948-0af7-41cc-84e1-9e3aa1dcbcfb","SubscriberId":"f1ddb1f0-6536-428f-89fa-26ba9e347e31","Created":"2026-02-13T08:11:34.1285955+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});