| 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": "d3d6c97d-d5c3-4ba1-86ef-826c3a923b96",
"SubscriberId": "a5c80ff1-9d05-4a09-8f36-6a072b9db186",
"Created": "2026-06-22T02:57:15.6630111+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"d3d6c97d-d5c3-4ba1-86ef-826c3a923b96","SubscriberId":"a5c80ff1-9d05-4a09-8f36-6a072b9db186","Created":"2026-06-22T02:57:15.6630111+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});