| 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": "ae4308bd-9a4b-4052-9cb5-ed3d335e2091",
"SubscriberId": "c4525fae-5e9f-42d9-916e-11b9f9b5723e",
"Created": "2026-04-28T00:25:25.9089206+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"ae4308bd-9a4b-4052-9cb5-ed3d335e2091","SubscriberId":"c4525fae-5e9f-42d9-916e-11b9f9b5723e","Created":"2026-04-28T00:25:25.9089206+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});