| 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": "c92a9ce1-c963-4d4f-afcf-abd274cb5a79",
"SubscriberId": "953f907c-9f2a-408f-8dc3-73657d40bf2e",
"Created": "2026-08-06T10:08:05.0064839+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"c92a9ce1-c963-4d4f-afcf-abd274cb5a79","SubscriberId":"953f907c-9f2a-408f-8dc3-73657d40bf2e","Created":"2026-08-06T10:08:05.0064839+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});