| 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": "ce9f0c69-6165-475a-bb77-6abcd4358511",
"SubscriberId": "c04fd70b-e04b-46a5-8cff-31bbca81783d",
"Created": "2026-03-13T15:30:17.8258731+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"ce9f0c69-6165-475a-bb77-6abcd4358511","SubscriberId":"c04fd70b-e04b-46a5-8cff-31bbca81783d","Created":"2026-03-13T15:30:17.8258731+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});