| 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": "14ef0eec-8290-4c56-9100-96aac5607ffe",
"SubscriberId": "ab98234f-a6dd-45d3-91e3-2748e520f7a8",
"Created": "2026-03-17T06:54:18.8961061+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"14ef0eec-8290-4c56-9100-96aac5607ffe","SubscriberId":"ab98234f-a6dd-45d3-91e3-2748e520f7a8","Created":"2026-03-17T06:54:18.8961061+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});