| 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": "de52456b-77b6-48d7-9011-6ae33e21d502",
"SubscriberId": "0536a652-dcc6-46fb-b8c8-d47b5d4513e1",
"Created": "2026-08-07T05:50:52.2178373+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"de52456b-77b6-48d7-9011-6ae33e21d502","SubscriberId":"0536a652-dcc6-46fb-b8c8-d47b5d4513e1","Created":"2026-08-07T05:50:52.2178373+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});