| 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": "538269a7-21e4-4fa2-9fd9-ee805693a867",
"SubscriberId": "37abd6bf-62e0-482b-9629-bb40dac86ed9",
"Created": "2025-11-26T10:51:37.7961959+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"538269a7-21e4-4fa2-9fd9-ee805693a867","SubscriberId":"37abd6bf-62e0-482b-9629-bb40dac86ed9","Created":"2025-11-26T10:51:37.7961959+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});