| 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": "57512272-6e7f-4239-8e9a-996f643047ed",
"SubscriberId": "6e30d7fb-789f-4cbd-9a32-53ed0a350765",
"Created": "2026-03-17T21:01:50.0434349+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"57512272-6e7f-4239-8e9a-996f643047ed","SubscriberId":"6e30d7fb-789f-4cbd-9a32-53ed0a350765","Created":"2026-03-17T21:01:50.0434349+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});