| 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": "a94fdff8-24ba-4945-89b4-3cc4f5ed8e61",
"SubscriberId": "97ef7a00-c209-47cb-92c1-13381884ddc1",
"Created": "2026-07-01T05:33:29.1268874+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"a94fdff8-24ba-4945-89b4-3cc4f5ed8e61","SubscriberId":"97ef7a00-c209-47cb-92c1-13381884ddc1","Created":"2026-07-01T05:33:29.1268874+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});