| 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": "1165d26a-399d-4a7b-a681-cf1482f25734",
"SubscriberId": "183b7333-0431-4040-a2de-4d128e50007b",
"Created": "2026-03-13T17:20:21.1546604+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"1165d26a-399d-4a7b-a681-cf1482f25734","SubscriberId":"183b7333-0431-4040-a2de-4d128e50007b","Created":"2026-03-13T17:20:21.1546604+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});