| 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": "da59fb1d-1aba-4a2d-86b2-285695d52805",
"SubscriberId": "22002ad9-35cd-4f49-9eaf-d71e05af0d2b",
"Created": "2026-08-15T13:57:40.162651+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"da59fb1d-1aba-4a2d-86b2-285695d52805","SubscriberId":"22002ad9-35cd-4f49-9eaf-d71e05af0d2b","Created":"2026-08-15T13:57:40.162651+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});