| 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": "7f590171-c768-4c81-b589-756df7e9eee9",
"SubscriberId": "abe7d375-2ad4-4b43-bea1-b8479b199498",
"Created": "2025-11-30T13:56:43.6056755+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"7f590171-c768-4c81-b589-756df7e9eee9","SubscriberId":"abe7d375-2ad4-4b43-bea1-b8479b199498","Created":"2025-11-30T13:56:43.6056755+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});