Skip to main content
POST
Webhook

Response

200 - application/json

Successful Response

Response model for webhook handling.

Fields

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

Example

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