| 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": "f710a7f9-ae8a-4aeb-9752-f93b045962b3",
"SubscriberId": "8870f29d-cf73-4a26-878a-a5c7027b964b",
"Created": "2026-09-09T00:15:31.0162828+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"f710a7f9-ae8a-4aeb-9752-f93b045962b3","SubscriberId":"8870f29d-cf73-4a26-878a-a5c7027b964b","Created":"2026-09-09T00:15:31.0162828+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});