| 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": "fe28f623-8565-49d7-9f00-1caaf844a7a6",
"SubscriberId": "c1ac2748-3db8-44b3-9fb6-3ec2f349337b",
"Created": "2026-06-02T23:37:04.8169166+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"fe28f623-8565-49d7-9f00-1caaf844a7a6","SubscriberId":"c1ac2748-3db8-44b3-9fb6-3ec2f349337b","Created":"2026-06-02T23:37:04.8169166+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});