| 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": "24886b14-f2db-46a9-8aa9-d20fba19385d",
"SubscriberId": "8940d3f5-7fba-4a34-a223-3d7149c27712",
"Created": "2026-05-19T17:37:30.4320345+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"24886b14-f2db-46a9-8aa9-d20fba19385d","SubscriberId":"8940d3f5-7fba-4a34-a223-3d7149c27712","Created":"2026-05-19T17:37:30.4320345+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});