| 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": "f3d0c9de-17be-44f1-a492-5ef6325e3039",
"SubscriberId": "17525e40-0b61-4b65-91e8-322d858b70b2",
"Created": "2026-02-24T18:45:41.9360919+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"f3d0c9de-17be-44f1-a492-5ef6325e3039","SubscriberId":"17525e40-0b61-4b65-91e8-322d858b70b2","Created":"2026-02-24T18:45:41.9360919+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});