| 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": "cede451b-d5ba-434a-96d7-37e68d5d5eb2",
"SubscriberId": "df8efd89-d71b-4ae5-a05a-1e66f0a265aa",
"Created": "2026-04-13T06:38:59.7449352+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"cede451b-d5ba-434a-96d7-37e68d5d5eb2","SubscriberId":"df8efd89-d71b-4ae5-a05a-1e66f0a265aa","Created":"2026-04-13T06:38:59.7449352+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});