Developer API v1.0

Developer Portal

Access customers, tickets, calendar events, and more through our REST API. Everything you need to integrate Servicebay into your workflow.

Everything you need to integrate

Our REST API gives you full access to your organisation's data with simple, predictable endpoints.

Customers
Create, read, update, and delete customer records. Sync your CRM or build custom workflows.
Tickets
Manage service tickets programmatically. Track status, assign technicians, and automate workflows.
Calendar Events
Schedule and manage appointments. Integrate with external calendars and booking systems.

Simple, RESTful API

Our API follows REST conventions with predictable URLs, standard HTTP methods, and JSON responses. Get started in minutes with any programming language.

  • API key authentication
  • 100 requests per minute rate limit
  • Pagination support
  • OpenAPI 3.1 specification
request.sh
curl -X GET \
  'https://developer.servicebay.io/api/v1/organisations/{orgId}/customers' \
  -H 'X-API-Key: sk_live_your_api_key' \
  -H 'Content-Type: application/json'
{
  "success": true,
  "data": {
    "customers": [...],
    "pagination": { "hasMore": true }
  }
}

Ready to get started?

Sign in with your Servicebay account to generate API keys and start building.

Sign In to Get Started