Mobile JWT API, company-scoped API keys, and partner access.
Last updated 31 August 2026
Overview
Smart Business 360 exposes a REST API used by the mobile application (JWT Bearer authentication) and supports company-scoped API keys for external integrations. Webhooks exist for inbox and attendance-style events.
Warning
This documentation portal does not publish a full OpenAPI catalog of every internal endpoint.
Prerequisites
Company administrator or partner agreement for API access
Understanding of JWT Bearer tokens for mobile clients
Secure storage for company-scoped API keys — never embed keys in public documentation
Supported functionality
Mobile REST API with JWT authentication
Company-scoped API keys for external access
Webhooks for selected integration events (inbox, attendance-style flows)
Partner access arranged through Smart Business 360 support
Setup
Contact Smart Business 360 support or your tenant administrator for API entitlement.
Provision company-scoped API keys through administrative settings when available.
For mobile apps, authenticate with JWT Bearer tokens using the mobile auth flow.
Configure webhook endpoints only using URLs and secrets shown in-app — do not invent callback paths here.