| 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": "80a5ca7a-f497-4d1d-8bce-e97ecc03bf42",
"SubscriberId": "4452db0e-9afa-41e7-b9af-c53e31cdff42",
"Created": "2026-09-02T22:48:05.3242532+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"80a5ca7a-f497-4d1d-8bce-e97ecc03bf42","SubscriberId":"4452db0e-9afa-41e7-b9af-c53e31cdff42","Created":"2026-09-02T22:48:05.3242532+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});