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": "dc905fef-78ff-4d3b-8957-077173a8ca8a", "SubscriberId": "ce548999-7e72-4324-a21e-d8be87862c5f", "Created": "2025-07-09T08:00:45.457539+00:00" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"dc905fef-78ff-4d3b-8957-077173a8ca8a","SubscriberId":"ce548999-7e72-4324-a21e-d8be87862c5f","Created":"2025-07-09T08:00:45.457539+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});