| 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": "619fe55d-4503-485e-9ec1-0e82aa2cc7b9",
"SubscriberId": "1a562b0a-b779-40b4-9504-a99afb8c98c6",
"Created": "2025-12-10T07:40:09.3342976+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"619fe55d-4503-485e-9ec1-0e82aa2cc7b9","SubscriberId":"1a562b0a-b779-40b4-9504-a99afb8c98c6","Created":"2025-12-10T07:40:09.3342976+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});