Create a webhook
Webhooks
Create a webhook
Creates a new webhook
POST
Create a webhook
Documentation Index
Fetch the complete documentation index at: https://docs.timeback.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
The webhook to create
The name of the webhook
Example:
"My Webhook"
The description of the webhook
Example:
"This webhook is used to send data to the example.com/webhook"
The URL that the webhook will send the data to
Example:
"https://example.com/webhook"
The secret that the webhook will use to authenticate the data
Example:
"secret123"
Whether the webhook is active
Example:
true
The sensor that the webhook is associated with
Example:
"sensor123"
Response
Webhook created successfully