| 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": "8082a00b-cc90-4b1f-aef1-605ad71e84ee",
"SubscriberId": "63a2aecb-9d34-49d6-98bd-9fc01399e3b1",
"Created": "2026-08-18T15:10:40.3901232+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"8082a00b-cc90-4b1f-aef1-605ad71e84ee","SubscriberId":"63a2aecb-9d34-49d6-98bd-9fc01399e3b1","Created":"2026-08-18T15:10:40.3901232+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});