| 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": "907dd821-6226-4408-8b1c-db013abd0f85",
"SubscriberId": "265eda17-bd42-4454-8d2f-7e9451e26b99",
"Created": "2026-06-14T04:08:52.874189+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"907dd821-6226-4408-8b1c-db013abd0f85","SubscriberId":"265eda17-bd42-4454-8d2f-7e9451e26b99","Created":"2026-06-14T04:08:52.874189+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});