| 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": "81eaec0e-97f3-4c9a-81da-b28a3b512c5b",
"SubscriberId": "a7f572d8-0077-42e8-9ffc-4ee492ded1b4",
"Created": "2026-03-18T09:13:29.8530386+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"81eaec0e-97f3-4c9a-81da-b28a3b512c5b","SubscriberId":"a7f572d8-0077-42e8-9ffc-4ee492ded1b4","Created":"2026-03-18T09:13:29.8530386+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});