Skip to main content

Webhooks

Automate status updates and announcements from external systems.

Update Status via Webhook

A simplified endpoint for updating component status without full admin access.

HTTP Method & URL: POST /api/WebHook/UpdateComponentStatus

Request

NameValueRequiredDescription
X-API-KEYstringYesYour unique Webhook or API key.
Content-Typeapplication/jsonYesSending JSON data.

Responses

Description: Success. Status updated via webhook.

{
"Success": true,
"Message": "Status updated via webhook"
}