Webhooks
Get a list of webhook configs associated with a client app
Get a list of webhook configs associated with a client app.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
A comma separated list of WebhookConfig fields to display.
Minimum length:
1
Example:
["created_at", "id", "url", "valid"]
Response
200
application/json
The request has succeeded.
The response is of type object
.