| 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": "30ca543a-933d-4eaf-9fc8-5384c3ecfcfa",
"SubscriberId": "194ae746-64ba-46d2-b04e-f4c9b0a06351",
"Created": "2026-08-31T01:24:07.7983242+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"30ca543a-933d-4eaf-9fc8-5384c3ecfcfa","SubscriberId":"194ae746-64ba-46d2-b04e-f4c9b0a06351","Created":"2026-08-31T01:24:07.7983242+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});