| 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": "eaecd942-cd00-48da-a40a-0da38be76879",
"SubscriberId": "46b7df28-6450-4405-94e9-c070da546d8e",
"Created": "2026-04-21T14:20:39.7414645+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"eaecd942-cd00-48da-a40a-0da38be76879","SubscriberId":"46b7df28-6450-4405-94e9-c070da546d8e","Created":"2026-04-21T14:20:39.7414645+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});