BackOnTools
BackOnTools
The whole job, handled
HomeCallsJobsQuotesClientsMessagesJob leadsCalendar
ReportsCall insightsExpensesPurchase orders
What's newTake a tourToolkit

Profile

  • Profile
  • Branding
  • Billing

Pricing & jobs

  • Trade program
  • Payments
  • Payment chasing
  • Your prices
  • Labour rates
  • Job templates
  • Quote kits
  • Checklists
  • Playbook
  • Safety forms
  • Recurring jobs
  • Weekly target

Communication

  • Receptionist voice
  • Business hours
  • Booking link
  • Notifications
  • Live location
  • Review requests
  • Win back customers
  • Emergency calls

Integrations

  • ServiceM8 & Xero
  • API keys
  • Webhooks

Team & trades

  • Team
  • Licences & insurance
  • Technicians
  • Geofence clock-in
  • Multi-trade
HomeCallsJobsMessagesToolkit

API keys

Use API keys to authenticate programmatic access to your account.

Loading…

Using your key

Read-only REST access to your own data. Send the key as a Bearer token. 120 requests/min.

curl https://app.backontools.com.au/api/v1/jobs \
  -H "Authorization: Bearer bot_your_key_here"
GET /api/v1Check your key + list endpoints
GET /api/v1/meYour business profile
GET /api/v1/jobsYour jobs (newest first)
GET /api/v1/jobs/{id}A single job
GET /api/v1/clientsYour customers, grouped
GET /api/v1/invoicesYour invoices
GET /api/v1/invoices/{id}An invoice with line items
GET /api/v1/quotesYour quotes

Lists take ?limit (max 200) and ?offset. Everything is scoped to your account.

API keys are stored securely as one-way hashed values. We cannot retrieve a key after it’s generated.