Spiruto
Log inStart free
Coming soon

Spiruto API & webhooks

A full REST API is on the way. Outbound webhooks are already available today in your dashboard — get notified the moment a booking is created, paid, or cancelled.

Example webhook payload
{
  "event": "booking.paid",
  "id": "evt_8f2a…",
  "data": {
    "booking_id": "bk_4827",
    "service": "Balayage & Style",
    "amount": 140.00,
    "currency": "usd",
    "status": "PAID"
  }
}
Want early access to the API?Email the team