RESTful API with predictable URLs, JSON responses, and standard HTTP methods. Available on Growth and Enterprise plans.
All API requests require a Bearer token in the Authorization header.
Generate keys in Dashboard → Settings → API. Keys are scoped to your organization.
Growth: 100 req/min. Enterprise: 1,000 req/min. Custom limits available.
https://api.scaledesk360.com/v1 — All endpoints are HTTPS only.
curl -X GET "https://api.scaledesk360.com/v1/locations" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
All endpoints return JSON. Errors follow RFC 7807 Problem Details format.
/api/v1/locationsList all business locations with filters and pagination./api/v1/locationsCreate a new business location./api/v1/locations/:idRetrieve a specific location by ID./api/v1/locations/:idUpdate an existing location./api/v1/locations/:idDelete a location (soft delete)./api/v1/analytics/overviewGet aggregated analytics for all locations./api/v1/analytics/:locationIdGet analytics for a specific location./api/v1/webhooksRegister a webhook endpoint for real-time events./api/v1/usersList organization users (admin only)./api/v1/users/inviteInvite a new user to the organization.location.createdFired when a new location is added.
location.updatedFired when location details change.
analytics.dailyDaily aggregated metrics delivered at midnight UTC.
user.invitedFired when a new user is invited to the org.
Need help integrating? Our developer support team is here.
[email protected]