| 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": "8ac9a7a4-2de5-4484-90f0-77799d2b3915",
"SubscriberId": "17d1f057-ecf3-41d0-ba93-2c980a37c0b8",
"Created": "2026-08-06T14:53:12.6174056+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"8ac9a7a4-2de5-4484-90f0-77799d2b3915","SubscriberId":"17d1f057-ecf3-41d0-ba93-2c980a37c0b8","Created":"2026-08-06T14:53:12.6174056+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});