| 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": "f353698e-56d8-4f2a-8a5e-809f32c7a6f4",
"SubscriberId": "11a47bdc-63b8-4846-98be-fcf5c6231ff5",
"Created": "2026-05-22T18:42:18.9647579+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"f353698e-56d8-4f2a-8a5e-809f32c7a6f4","SubscriberId":"11a47bdc-63b8-4846-98be-fcf5c6231ff5","Created":"2026-05-22T18:42:18.9647579+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});