Skip to content

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.

All endpoints are served from:

https://api.shiftsync.app

The API is versioned by URI prefix — every data endpoint path begins with /v1, e.g.:

GET https://api.shiftsync.app/v1/shifts

The OAuth 2.0 and discovery endpoints (/oauth/* and /.well-known/*) are part of the protocol surface and are not versioned.

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-server

Browse every endpoint, its parameters, request/response schemas, and the OAuth scope each one requires in the API Reference.

Register OAuth apps, manage their redirect URIs and scopes, rotate secrets, and upload an app icon in the App console.