| 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": "43c0b758-5e53-45eb-93ea-1977b1a2e19a",
"SubscriberId": "89f0b225-963d-4419-b541-4c99f1648ab5",
"Created": "2026-05-27T08:00:50.5557531+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"43c0b758-5e53-45eb-93ea-1977b1a2e19a","SubscriberId":"89f0b225-963d-4419-b541-4c99f1648ab5","Created":"2026-05-27T08:00:50.5557531+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});