| 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": "8ed524cd-9418-4f26-ad5d-ce05a462bef0",
"SubscriberId": "f20c101b-8d52-411a-b9bd-d06fe5c0f49f",
"Created": "2025-12-10T21:26:37.8052811+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"8ed524cd-9418-4f26-ad5d-ce05a462bef0","SubscriberId":"f20c101b-8d52-411a-b9bd-d06fe5c0f49f","Created":"2025-12-10T21:26:37.8052811+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});