Skip to content

Get webhook details

GET
/v1/webhook_endpoints/hooks/{webhook_id}

Get webhook details.

webhook_id
required
Webhook Id
string format: uuid

Successful Response

WebhookResponse
object
id
required
Id
string format: uuid
webhook_endpoint_id
required
Webhook Endpoint Id
string format: uuid
webhook_type
required
Webhook Type
string
object_type
Any of:
string
object_id
Any of:
string format: uuid
payload
required
Payload
object
key
additional properties
any
status
required
Status
string
retries
required
Retries
integer
max_retries
required
Max Retries
integer
last_retried_at
Any of:
string format: date-time
http_status
Any of:
integer
response
Any of:
string
created_at
required
Created At
string format: date-time
updated_at
required
Updated At
string format: date-time

Webhook not found

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