| 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": "dd3c5d06-775d-4485-b5c7-b58c06653d52",
"SubscriberId": "17ce3b73-c320-4bb3-add6-494395150f88",
"Created": "2025-12-15T13:47:54.0086675+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"dd3c5d06-775d-4485-b5c7-b58c06653d52","SubscriberId":"17ce3b73-c320-4bb3-add6-494395150f88","Created":"2025-12-15T13:47:54.0086675+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});