Skip to content

Get Webhook

GET
/api/v1/webhooks/{webhook_id}
curl --request GET \
--url https://api.qeychain.xyz/api/v1/webhooks/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0

Get webhook details.

Note: The signing secret is never returned after creation.

webhook_id
required
Webhook Id
string format: uuid

Successful Response

Media typeapplication/json
Response Get Webhook Api V1 Webhooks Webhook Id 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"
}
]
}