| 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": "4aef9bb5-68ff-4925-95ee-2c4366858e51",
"SubscriberId": "61712baf-326b-491e-b73c-d8a767e75094",
"Created": "2026-03-23T04:08:22.7035468+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"4aef9bb5-68ff-4925-95ee-2c4366858e51","SubscriberId":"61712baf-326b-491e-b73c-d8a767e75094","Created":"2026-03-23T04:08:22.7035468+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});