| 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": "42ce5bf3-8712-4ba0-b126-d082c30d20da",
"SubscriberId": "7c2bb16d-f59c-49ae-a3bd-56c5e5221df5",
"Created": "2026-07-28T12:40:36.2877029+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"42ce5bf3-8712-4ba0-b126-d082c30d20da","SubscriberId":"7c2bb16d-f59c-49ae-a3bd-56c5e5221df5","Created":"2026-07-28T12:40:36.2877029+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});