| 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": "7555def7-b502-4df8-90a7-9c6fcb4b915a",
"SubscriberId": "ea7849eb-561e-4021-9a49-545c4a96708e",
"Created": "2026-05-25T06:15:27.4786652+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"7555def7-b502-4df8-90a7-9c6fcb4b915a","SubscriberId":"ea7849eb-561e-4021-9a49-545c4a96708e","Created":"2026-05-25T06:15:27.4786652+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});