TattooBookingDevelopers

Build with TattooBooking

REST API, real-time webhooks, OAuth 2.0, and a published Zapier app. Sync appointments, leads, clients, and payments to anything your studio uses — custom code or no-code.

Three lines to your first API call

Generate an API key in your dashboard, then:

# Fetch your account
curl https://api.tattoobooking.com/v1/me \
  -H "Authorization: Bearer $TB_API_KEY"

# Subscribe a webhook
curl -X POST https://api.tattoobooking.com/v1/webhook_endpoints \
  -H "Authorization: Bearer $TB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://your.app/webhook","events":["appointment.created","lead.created"]}'

Build it your way

Custom code, low-code automation platforms, or the apps you already use.

Zapier
Make.com
n8n
Custom code