| 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": "16519892-b5f6-403c-a9a3-bc9b18655c29",
"SubscriberId": "e6318c7b-9117-4899-be0f-56e4fef1c993",
"Created": "2026-03-22T19:41:50.8136801+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"16519892-b5f6-403c-a9a3-bc9b18655c29","SubscriberId":"e6318c7b-9117-4899-be0f-56e4fef1c993","Created":"2026-03-22T19:41:50.8136801+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});