Skip to main content
GET
List webhooks

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Success

Standard envelope returning an array of webhooks in the data field.

status
enum<string>
required
Available options:
ok,
error
Example:

"ok"

data
object[]
required