| 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": "c10bbad8-2304-4965-b4da-223dcd22586b",
"SubscriberId": "55022169-610b-4675-83fa-acfba1f2d781",
"Created": "2026-01-30T06:08:43.3846013+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"c10bbad8-2304-4965-b4da-223dcd22586b","SubscriberId":"55022169-610b-4675-83fa-acfba1f2d781","Created":"2026-01-30T06:08:43.3846013+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});