| 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": "de6e8d99-0b3f-4237-a313-ad3685fde3df",
"SubscriberId": "7db0229c-0cb3-47e1-9899-29ada811a8c5",
"Created": "2026-06-15T09:30:36.7415856+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"de6e8d99-0b3f-4237-a313-ad3685fde3df","SubscriberId":"7db0229c-0cb3-47e1-9899-29ada811a8c5","Created":"2026-06-15T09:30:36.7415856+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});