| 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": "83e5a524-249c-4fd7-b080-b90e6f5f7e49",
"SubscriberId": "4062f3e0-bb51-449a-9f9b-2b53f43aab52",
"Created": "2026-05-13T19:40:15.0901525+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"83e5a524-249c-4fd7-b080-b90e6f5f7e49","SubscriberId":"4062f3e0-bb51-449a-9f9b-2b53f43aab52","Created":"2026-05-13T19:40:15.0901525+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});