| 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": "eab50dab-dece-46b6-abee-31ea0864ef60",
"SubscriberId": "354983ff-ecba-4d00-857e-c301a49be8aa",
"Created": "2026-08-16T09:36:02.5644528+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"eab50dab-dece-46b6-abee-31ea0864ef60","SubscriberId":"354983ff-ecba-4d00-857e-c301a49be8aa","Created":"2026-08-16T09:36:02.5644528+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});