| 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": "53bef545-4593-4aaa-87a0-c44f37e1ae6e",
"SubscriberId": "54e0bbc3-b353-4425-8eb3-1a242f58f48e",
"Created": "2026-04-12T20:21:56.7602521+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"53bef545-4593-4aaa-87a0-c44f37e1ae6e","SubscriberId":"54e0bbc3-b353-4425-8eb3-1a242f58f48e","Created":"2026-04-12T20:21:56.7602521+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});