| 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": "c9036e0a-c19d-4ca6-a4d3-790919bd8fb5",
"SubscriberId": "87bba983-3314-4ce6-9508-e203fde643df",
"Created": "2026-05-17T21:26:38.121222+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"c9036e0a-c19d-4ca6-a4d3-790919bd8fb5","SubscriberId":"87bba983-3314-4ce6-9508-e203fde643df","Created":"2026-05-17T21:26:38.121222+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});