| 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": "3a2bec88-6c01-4e07-845b-b74ef59bd675",
"SubscriberId": "77079054-774e-4ae1-afab-a952d1017e10",
"Created": "2026-05-18T21:13:24.4826115+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"3a2bec88-6c01-4e07-845b-b74ef59bd675","SubscriberId":"77079054-774e-4ae1-afab-a952d1017e10","Created":"2026-05-18T21:13:24.4826115+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});