| 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": "f54f6526-5e11-4441-9681-a4604b95cdb3",
"SubscriberId": "361dc0b3-d7d0-4a16-8aac-87260f2591f0",
"Created": "2026-08-18T20:16:16.8968355+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"f54f6526-5e11-4441-9681-a4604b95cdb3","SubscriberId":"361dc0b3-d7d0-4a16-8aac-87260f2591f0","Created":"2026-08-18T20:16:16.8968355+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});