Webhook Management
Trigger Webhook Event
Manually trigger a webhook event for testing purposes using the webhook event’s unique ID
POST
Trigger Webhook Event
Documentation Index
Fetch the complete documentation index at: https://docs.carbn.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Must be included in the x-api-key header.
Path Parameters
The unique identifier of the webhook event to trigger
Response
Webhook triggered successfully
The webhook event ID that was triggered
Example:
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
Status of the webhook trigger attempt
Available options:
success, failed Example:
"success"
Timestamp when the webhook was triggered
Example:
"YYYY-MM-DDTHH:MM:SS.sssZ"
Status message for the trigger attempt
Example:
"Webhook triggered successfully"
Trigger Webhook Event