| 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": "8ccacd84-a791-4546-a19a-868a50a9ee88",
"SubscriberId": "1e641a8a-0bf4-42d6-8bc1-8795edbcf62f",
"Created": "2026-09-15T02:52:52.09726+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"8ccacd84-a791-4546-a19a-868a50a9ee88","SubscriberId":"1e641a8a-0bf4-42d6-8bc1-8795edbcf62f","Created":"2026-09-15T02:52:52.09726+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});