Skip to content

List webhook endpoints

GET
/v1/webhook_endpoints/

List all webhook endpoints.

skip
Skip
integer
0
limit
Limit
integer
default: 100 >= 1 <= 1000
order_by
Any of:
string

Successful Response

Response List Webhook Endpoints V1 Webhook Endpoints Get
Array<object>
WebhookEndpointResponse
object
id
required
Id
string format: uuid
url
required
Url
string
signature_algo
required
Signature Algo
string
status
required
Status
string
created_at
required
Created At
string format: date-time
updated_at
required
Updated At
string format: date-time

Unauthorized

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object