| 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": "6c950ee1-10bf-47e4-bfb1-bd5789d3e51d",
"SubscriberId": "f1400131-d28b-4217-80f1-53c0ab1b1544",
"Created": "2025-10-30T11:22:34.0232016+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"6c950ee1-10bf-47e4-bfb1-bd5789d3e51d","SubscriberId":"f1400131-d28b-4217-80f1-53c0ab1b1544","Created":"2025-10-30T11:22:34.0232016+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});