| 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": "13287ccb-3daa-4b32-bed3-a1df0a57f834",
"SubscriberId": "e351b959-2865-41e8-ae6b-85f8ceb73018",
"Created": "2026-07-21T20:29:50.1144402+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"13287ccb-3daa-4b32-bed3-a1df0a57f834","SubscriberId":"e351b959-2865-41e8-ae6b-85f8ceb73018","Created":"2026-07-21T20:29:50.1144402+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});