Use API keys to authenticate programmatic access to your account.
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/v1 | Check your key + list endpoints |
| GET /api/v1/me | Your business profile |
| GET /api/v1/jobs | Your jobs (newest first) |
| GET /api/v1/jobs/{id} | A single job |
| GET /api/v1/clients | Your customers, grouped |
| GET /api/v1/invoices | Your invoices |
| GET /api/v1/invoices/{id} | An invoice with line items |
| GET /api/v1/quotes | Your 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.