| 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": "ae5437db-c805-448b-947c-ae42bfacc152",
"SubscriberId": "588ca733-240a-47de-9e83-b609953e416c",
"Created": "2026-08-09T11:10:39.0051714+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"ae5437db-c805-448b-947c-ae42bfacc152","SubscriberId":"588ca733-240a-47de-9e83-b609953e416c","Created":"2026-08-09T11:10:39.0051714+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});