| 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": "7f85dfa6-b13b-4564-a13c-65aaef621066",
"SubscriberId": "f0b8e62a-30f9-47cf-9e3e-b6d4c197fa62",
"Created": "2026-08-02T05:45:57.0732834+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"7f85dfa6-b13b-4564-a13c-65aaef621066","SubscriberId":"f0b8e62a-30f9-47cf-9e3e-b6d4c197fa62","Created":"2026-08-02T05:45:57.0732834+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});