Skip to main content
POST
Webhook

Body

application/json

The body is of type Payload · object.

Response

Successful Response

Response model for webhook handling.

Attributes: status: Status of the webhook processing. processing_time: Time taken to process the webhook (optional). message: Additional information about the processing (optional).

Example: { "status": "success", "processing_time": 2.5 }

status
string
required

Status of the webhook processing

Example:

"success"

processing_time
number | null

Time taken to process the webhook in seconds

message
string | null

Additional information about the processing