| 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": "a1aef157-ab63-4f6f-9367-ba606169b058",
"SubscriberId": "5f9d2f61-8cde-4151-a90d-64239fc2725b",
"Created": "2025-11-23T08:28:52.890964+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"a1aef157-ab63-4f6f-9367-ba606169b058","SubscriberId":"5f9d2f61-8cde-4151-a90d-64239fc2725b","Created":"2025-11-23T08:28:52.890964+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});