ListWebhooksRequest: {
    domainId?: string;
    orderBy?: ListWebhooksRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    projectId?: string;
    region?: Region;
}

Type declaration

  • OptionaldomainId?: string

    (Optional) ID of the Domain for which to list the Webhooks.

  • OptionalorderBy?: ListWebhooksRequestOrderBy

    (Optional) List Webhooks corresponding to specific criteria.

  • OptionalorganizationId?: string

    (Optional) ID of the Organization for which to list the Webhooks.

  • Optionalpage?: number

    (Optional) Requested page number. Value must be greater or equal to 1.

  • OptionalpageSize?: number

    (Optional) Requested page size. Value must be between 1 and 100.

  • OptionalprojectId?: string

    (Optional) ID of the Project for which to list the Webhooks.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.