| 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": "b12b4dd4-5382-4b7b-9404-4014881b4d2a",
"SubscriberId": "72510bdc-7cef-4128-a4b8-5d2fa2921b91",
"Created": "2026-03-29T13:51:51.4707492+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"b12b4dd4-5382-4b7b-9404-4014881b4d2a","SubscriberId":"72510bdc-7cef-4128-a4b8-5d2fa2921b91","Created":"2026-03-29T13:51:51.4707492+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});