Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.3 KB

File metadata and controls

19 lines (14 loc) · 1.3 KB

WebhooksListWebhookEndpointsRequest

Example Usage

import { WebhooksListWebhookEndpointsRequest } from "@polar-sh/sdk/models/operations/webhookslistwebhookendpoints.js";

let value: WebhooksListWebhookEndpointsRequest = {
  organizationId: "1dbfc517-0bbf-4301-9ba8-555ca42b9737",
};

Fields

Field Type Required Description
organizationId operations.QueryParamOrganizationId Filter by organization ID.
page number Page number, defaults to 1.
limit number Size of a page, defaults to 10. Maximum is 100.