| 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": "f87eb77e-9996-466f-b257-ddbf396ccfce",
"SubscriberId": "a887ee16-8c12-4db4-8252-aee4410554db",
"Created": "2026-07-13T10:37:21.2894411+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"f87eb77e-9996-466f-b257-ddbf396ccfce","SubscriberId":"a887ee16-8c12-4db4-8252-aee4410554db","Created":"2026-07-13T10:37:21.2894411+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});