| 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": "3539592d-7d41-49ae-9e68-eadac818a90a",
"SubscriberId": "d13216e4-62db-4bfc-91fe-cf3efe4fbd73",
"Created": "2025-12-05T05:16:56.5942214+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"3539592d-7d41-49ae-9e68-eadac818a90a","SubscriberId":"d13216e4-62db-4bfc-91fe-cf3efe4fbd73","Created":"2025-12-05T05:16:56.5942214+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});