ShiftSync API
The ShiftSync API is a RESTful, OAuth 2.0–secured HTTP API for building third-party integrations against a user’s shift-planning account — shifts, templates, friends, groups, pay, and more.
Base URL
Section titled “Base URL”All endpoints are served from:
https://api.shiftsync.appVersioning
Section titled “Versioning”The API is versioned by URI prefix — every data endpoint path begins with /v1, e.g.:
GET https://api.shiftsync.app/v1/shiftsThe OAuth 2.0 and discovery endpoints (/oauth/* and /.well-known/*) are part of the
protocol surface and are not versioned.
Discovery
Section titled “Discovery”The server publishes its OAuth 2.0 metadata (authorization/token endpoints, supported scopes, and grant types) at the standard discovery URL:
GET https://api.shiftsync.app/.well-known/oauth-authorization-serverAPI Reference
Section titled “API Reference”Browse every endpoint, its parameters, request/response schemas, and the OAuth scope each one requires in the API Reference.
Manage your apps
Section titled “Manage your apps”Register OAuth apps, manage their redirect URIs and scopes, rotate secrets, and upload an app icon in the App console.