| 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": "04583403-6b02-4df6-abe1-4f2e0f42dd28",
"SubscriberId": "672095d5-d2bb-4ab6-a3ab-dfaccfec6a8e",
"Created": "2026-05-03T16:20:40.5747571+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"04583403-6b02-4df6-abe1-4f2e0f42dd28","SubscriberId":"672095d5-d2bb-4ab6-a3ab-dfaccfec6a8e","Created":"2026-05-03T16:20:40.5747571+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});