POST
/
v1
/
webhook
curl --request POST \
  --url https://api.runtrellis.com/v1/webhook \
  --header 'Content-Type: application/json' \
  --header 'X-Frontend-Id: <api-key>' \
  --data '{
  "url": "<string>",
  "auth_key": "<string>"
}'
{
  "message": "<string>",
  "webhook_id": "<string>"
}

Authorizations

X-Frontend-Id
string
header
required

Frontend Key header

Body

application/json
url
string
required
auth_key
string
required

Response

200
application/json
Successful Response
message
string
required
webhook_id
string
required