Skip to content

Get webhook endpoint

GET
/v1/webhook_endpoints/{endpoint_id}

Get a webhook endpoint by ID.

endpoint_id
required
Endpoint Id
string format: uuid

Successful Response

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

Webhook endpoint 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