| 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": "f321815b-d555-454f-91c7-e486fec4fba6",
"SubscriberId": "06d93697-fd11-4100-93bb-f73724599ad0",
"Created": "2026-09-24T03:29:48.3248635+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"f321815b-d555-454f-91c7-e486fec4fba6","SubscriberId":"06d93697-fd11-4100-93bb-f73724599ad0","Created":"2026-09-24T03:29:48.3248635+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});