| 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": "5b606652-648a-401e-88ef-af7425329b60",
"SubscriberId": "3cca7fb1-c5e9-4ed1-95ad-e476e6d76ffc",
"Created": "2026-03-10T04:27:36.8576382+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"5b606652-648a-401e-88ef-af7425329b60","SubscriberId":"3cca7fb1-c5e9-4ed1-95ad-e476e6d76ffc","Created":"2026-03-10T04:27:36.8576382+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});