| 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": "09891520-eb51-4d9b-a7bc-cad489fe1593",
"SubscriberId": "9d47658a-9e17-4664-9a6e-0ba76320f842",
"Created": "2026-06-17T11:08:49.2943505+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"09891520-eb51-4d9b-a7bc-cad489fe1593","SubscriberId":"9d47658a-9e17-4664-9a6e-0ba76320f842","Created":"2026-06-17T11:08:49.2943505+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});