| 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": "ade5cec8-24eb-4eb7-ac01-c2fdc8884673",
"SubscriberId": "00ba5910-dad8-4cc6-a792-3cf0c4b41f9c",
"Created": "2026-05-04T13:01:57.2524157+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"ade5cec8-24eb-4eb7-ac01-c2fdc8884673","SubscriberId":"00ba5910-dad8-4cc6-a792-3cf0c4b41f9c","Created":"2026-05-04T13:01:57.2524157+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});