| 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": "fe89d849-105c-42f8-9dd3-2a6421421acf",
"SubscriberId": "87d01663-03de-45f2-b88c-542a1681e080",
"Created": "2026-05-09T11:14:50.4933639+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"fe89d849-105c-42f8-9dd3-2a6421421acf","SubscriberId":"87d01663-03de-45f2-b88c-542a1681e080","Created":"2026-05-09T11:14:50.4933639+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});