| 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": "a4b39a25-3ddf-48b8-9421-e34c9c2f9412",
"SubscriberId": "6ae87daa-3399-4acf-be8b-857dadf64f37",
"Created": "2026-09-27T13:47:20.7537082+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"a4b39a25-3ddf-48b8-9421-e34c9c2f9412","SubscriberId":"6ae87daa-3399-4acf-be8b-857dadf64f37","Created":"2026-09-27T13:47:20.7537082+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});