Access customers, tickets, calendar events, and more through our REST API. Everything you need to integrate Servicebay into your workflow.
Our REST API gives you full access to your organisation's data with simple, predictable endpoints.
Our API follows REST conventions with predictable URLs, standard HTTP methods, and JSON responses. Get started in minutes with any programming language.
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 }
}
}Sign in with your Servicebay account to generate API keys and start building.
Sign In to Get Started