| 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": "24a6133d-557a-49b1-a68c-ec6984088f8f",
"SubscriberId": "ab822982-c4c2-4cfb-ac90-a22a2243350e",
"Created": "2026-08-15T20:43:23.6495079+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"24a6133d-557a-49b1-a68c-ec6984088f8f","SubscriberId":"ab822982-c4c2-4cfb-ac90-a22a2243350e","Created":"2026-08-15T20:43:23.6495079+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});