Skip to main content
POST
/
api
/
v1
/
webhook
/
register
Register webhook
curl --request POST \
  --url http://localhost:3051/api/v1/webhook/register \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>"
}
'
{
  "message": "<string>",
  "url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.omnifence.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key from the Stars dashboard

Body

application/json
url
string<uri>
required

Response

200 - application/json

Default Response

message
string
required
url
string
required