| 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": "d757deb5-c5bd-44e1-bfe0-bdfa13b9ec56",
"SubscriberId": "bdb03117-fb5d-456b-9267-5ca7bbf273ae",
"Created": "2025-11-22T06:44:33.3782239+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"d757deb5-c5bd-44e1-bfe0-bdfa13b9ec56","SubscriberId":"bdb03117-fb5d-456b-9267-5ca7bbf273ae","Created":"2025-11-22T06:44:33.3782239+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});