| 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": "948e0724-e085-45a5-bba4-5a33639a2ad5",
"SubscriberId": "ea53c62a-b84a-4f0a-ab89-10df8aea7c83",
"Created": "2026-06-04T17:39:23.9470853+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"948e0724-e085-45a5-bba4-5a33639a2ad5","SubscriberId":"ea53c62a-b84a-4f0a-ab89-10df8aea7c83","Created":"2026-06-04T17:39:23.9470853+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});