| 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": "f8bd4ea3-2a32-404d-b3be-3487c8b3c6a1",
"SubscriberId": "e0c6120d-29bb-48db-9375-80e750bddeb5",
"Created": "2026-03-02T10:01:09.7961218+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"f8bd4ea3-2a32-404d-b3be-3487c8b3c6a1","SubscriberId":"e0c6120d-29bb-48db-9375-80e750bddeb5","Created":"2026-03-02T10:01:09.7961218+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});