Skip to main content
POST
/
handlers
/
hellofax-webhook
handle-hello-fax-event
curl --request POST \
  --url https://api.example.com/handlers/hellofax-webhook

handle-hello-fax-event

No description available.

Request Body

Required
{
  "$ref": "#/components/schemas/HelloFaxWebhookDto"
}

Response

201

No description available.

Example Request

POST /handlers/hellofax-webhook
{}```