| 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": "b1b559d4-a22b-4e55-8551-c8b61bdda055",
"SubscriberId": "840e5df3-eca9-4bc5-ac5d-5111b5051955",
"Created": "2026-09-01T01:20:32.7068447+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"b1b559d4-a22b-4e55-8551-c8b61bdda055","SubscriberId":"840e5df3-eca9-4bc5-ac5d-5111b5051955","Created":"2026-09-01T01:20:32.7068447+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});