| 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": "36b24e23-2ebd-4d76-84b8-7e8a2ca4798e",
"SubscriberId": "db65a543-8947-4926-af8f-9d4fd36afd04",
"Created": "2026-07-17T12:23:18.7669881+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"36b24e23-2ebd-4d76-84b8-7e8a2ca4798e","SubscriberId":"db65a543-8947-4926-af8f-9d4fd36afd04","Created":"2026-07-17T12:23:18.7669881+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});