| 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": "1da0b404-bccc-48d4-9dc8-ac6552a14bf2",
"SubscriberId": "3b7a2362-0735-46be-9911-907c50a1aba6",
"Created": "2025-11-22T19:20:11.5217803+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"1da0b404-bccc-48d4-9dc8-ac6552a14bf2","SubscriberId":"3b7a2362-0735-46be-9911-907c50a1aba6","Created":"2025-11-22T19:20:11.5217803+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});