WebhookDispatchCollectionClient
Index
Methods
Methods
list
List all webhook dispatches of a user.
Parameters
keyword-onlylimit: int | None = None
How many webhook dispatches to retrieve
keyword-onlyoffset: int | None = None
What webhook dispatch to include as first when retrieving the list
keyword-onlydesc: bool | None = None
Whether to sort the webhook dispatches in descending order based on the date of their creation
Returns ListPage[dict]
The retrieved webhook dispatches of a user
Sub-client for listing webhook dispatches.