/
RA
ragie
/
Ragie API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 2mo ago
Details
Filter operations
authenticators
4
connections
11
documents
16
elements
2
entities
8
partitions
6
responses
2
retrievals
1
webhook_endpoints
5
get
List Webhook Endpoints
post
Create Webhook Endpoint
get
Get Webhook Endpoint
delete
Delete Webhook Endpoint
patch
Update Webhook Endpoint
Webhooks
post
Event
webhook_endpoints
Get Webhook Endpoint
Get a webhook endpoint by its id.
get
/webhook_endpoints/{endpoint_id}
Path parameters
endpoint_id
string
uuid
required
Response
Successful Response
WebhookEndpoint
required
id
string
uuid
required
created_at
string
date-time
required
updated_at
string
date-time
required
name
string
required
url
string
uri
required
partition_pattern
string
nullable
required
active
boolean
required
secret
string
required
Changes