Skip to content

List Webhooks

GET
/api/v1/webhooks
curl --request GET \
--url 'https://api.qeychain.xyz/api/v1/webhooks?page=1&per_page=50&include_inactive=false'

List all webhooks for the authenticated user.

page
Page

Page number

integer
default: 1 >= 1

Page number

per_page
Per Page

Items per page

integer
default: 50 >= 1 <= 100

Items per page

include_inactive
Include Inactive

Include inactive webhooks

boolean

Include inactive webhooks

Successful Response

Media typeapplication/json
Response List Webhooks Api V1 Webhooks Get
object
key
additional properties
any
Examplegenerated
{}

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Examplegenerated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}