| 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": "0bd8ffd0-3c52-4007-a3e6-758c52975c75",
"SubscriberId": "8470b513-2160-4264-847e-3f8343571848",
"Created": "2026-07-22T10:09:29.699714+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"0bd8ffd0-3c52-4007-a3e6-758c52975c75","SubscriberId":"8470b513-2160-4264-847e-3f8343571848","Created":"2026-07-22T10:09:29.699714+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});