| 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": "038a9960-5b80-4e67-9151-8fa6a3a76ff9",
"SubscriberId": "81b1d853-31f4-46fa-a4d5-62b88e6ecd47",
"Created": "2025-12-08T17:30:50.0485303+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"038a9960-5b80-4e67-9151-8fa6a3a76ff9","SubscriberId":"81b1d853-31f4-46fa-a4d5-62b88e6ecd47","Created":"2025-12-08T17:30:50.0485303+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});