| 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": "0efdcb26-672b-4cd9-b3ba-a3b346e2681e",
"SubscriberId": "b8d48207-9709-4b91-b808-32f27192258d",
"Created": "2026-07-09T06:35:54.1641+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"0efdcb26-672b-4cd9-b3ba-a3b346e2681e","SubscriberId":"b8d48207-9709-4b91-b808-32f27192258d","Created":"2026-07-09T06:35:54.1641+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});