/
OP
openrelay
/
OpenRelay API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 19h ago · Updated 2d ago
View markdown
openrelay
OpenRelay API
post
Create a webhook (returns the signing secret once)
v2
latest
OpenAPI 3.1.0
2026-08-07
139
158
192.4 KB
Account
7
API Keys
3
Batches
4
Billing
8
Catalog
6
Clusters
8
Files
5
Internal
15
Organizations
10
Pods
3
Provider
11
Registry Credentials
3
Reservations
8
Runners
9
Snapshots
4
SSH Keys
3
Transfers
8
Usage
2
VMs
15
Webhooks
7
get
List an org's webhooks (no secrets)
post
Create a webhook (returns the signing secret once)
delete
Delete a webhook
patch
Update a webhook (name/url/events)
get
Recent delivery attempts for a webhook
post
Regenerate a webhook's signing secret (returned once)
post
Enable/disable a webhook
Webhooks
Create a webhook (returns the signing secret once)
post
/v1/orgs/{orgId}/webhooks/create
Path parameters
orgId
string
required
Request body
CreateWebhookRequest
required
events
string[]
name
string
required
url
string
required
Response
Created
WebhookWithSecret
required
createdAt
string
required
enabled
boolean
required
events
string[]
required
id
string
required
name
string
required
secret
string
required
secretPrefix
string
required
url
string
required