Logo of FrontifyDeveloper PortalArrow to the right
GraphQL Reference
Query Field

webhooks(limit: Int,page: Int):WebhookItems

Retrieve WebhookItems related to current Account.

Arguments
limit: Int = 25

How many WebhookItems to show per query. Min: 1, Max: 100.

page: Int = 1

Current page number.

Fields of WebhookItems
total:Int!

Total amount of results.

page:Int!

Current page number.

limit:Int!

Number of results per page.

hasNextPage:Boolean!

Indicates if a next page is available or not

items:[Webhook]

List of type Webhook.