Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic Technology Ltd. All rights reserved.
Switch to light modeSwitch to dark mode
APIs / HR recruiting / 7shifts / 7shifts Restaurant Scheduling API
7shifts Restaurant Scheduling API logo

7shifts Restaurant Scheduling API

Browse all 7shifts APIs
Agent-ready OpenAPI document · curated by JenticHR recruitingEmployee Managementoauth212 EndpointsREST

Know of an official OpenAPI document? Contribute it →

For Agents

Look up 7shifts companies and locations, manage shifts and schedules, and pull labor settings for restaurant scheduling and reporting integrations.

Use for: Get the company and locations the current 7shifts token can access, List all locations under a given 7shifts company, Retrieve the labor settings for a specific company, Look up inactive reasons configured for an account

Not supported: Does not handle shift creation, time punch capture, time-off approval, or engagement features - use for the core v2 company, location, and labor-settings surface only.

Jentic publishes the only available OpenAPI specification for 7shifts Restaurant Scheduling API, keeping it validated and agent-ready. This curated v2 spec covers twelve core endpoints from the 7shifts platform - companies, locations, departments, roles, users, shifts, schedules, time punches, and labor settings - focused on the operations a typical restaurant integration needs without the full surface of the partner API. Authentication uses OAuth 2.0 with tokens issued through the /oauth2/token endpoint.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the 7shifts Restaurant Scheduling API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the 7shifts Restaurant Scheduling API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2F7shifts.com%2F7shifts-restaurant-scheduling" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2F7shifts.com%2F7shifts-restaurant-scheduling" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with 7shifts Restaurant Scheduling API.

Identify the authenticated user and tenant via /v2/whoami

List companies and the locations under each company

Retrieve labor settings, including overtime and break enforcement, per company

Look up configured inactive reasons used when removing employees

Manage location records under a company with read and update operations

Drive scheduling integrations against the v2 base path used in production

Use Cases

Patterns agents use 7shifts Restaurant Scheduling API for, with concrete tasks.

★ Multi-Location Schedule Reporting

Restaurant groups using 7shifts pull location and labor settings data to feed weekly operations reports. The /v2/company/{company_id}/locations and /v2/company/{company_id}/labor_settings endpoints return everything needed to scope a report to the right tenant and apply the correct overtime rules. A first reporting integration is typically two to three days.

Call /v2/companies, then for each company call /v2/company/{company_id}/locations and /v2/company/{company_id}/labor_settings and emit a labor-settings summary by location.

OAuth-Based Partner Integration

Partners building integrations such as POS sync or payroll exports use this curated spec to wire OAuth, identify the tenant, and start working with locations before scaling up to additional endpoints. The /oauth2/token and /v2/whoami calls give a clean entry point that avoids learning the full 138-endpoint partner API at once. Initial setup is typically a half-day to a day.

Call POST /oauth2/token to exchange the partner credentials, then call /v2/whoami to confirm the company ID and proceed with location-level work.

Lightweight Restaurant Operations Dashboard

Operators that just need to monitor their existing 7shifts setup - labor settings, location list, inactive reasons - build a lightweight dashboard against this curated spec rather than the full API. The endpoints return all the configuration data needed for an operations overview. A single-page dashboard build is around two days.

Pull /v2/companies, /v2/company/{company_id}/locations, and /v2/company/{company_id}/inactive_reasons and render a single-page configuration overview.

AI Agent Restaurant Configuration Assistant via Jentic

An AI assistant connected through Jentic can answer configuration questions like 'what overtime rules are applied at our Toronto location' by calling /v2/company/{company_id}/labor_settings and /v2/company/{company_id}/locations. Jentic stores the OAuth token in the vault and exposes operations by intent. End-to-end response time is under ten seconds per query.

Search Jentic for '7shifts labor settings for a company', load /v2/company/{company_id}/labor_settings, and execute it for the company ID returned by /v2/whoami.

Key Endpoints

12 endpoints — jentic publishes the only available openapi specification for 7shifts restaurant scheduling api, keeping it validated and agent-ready.

METHOD

PATH

DESCRIPTION

POST

/oauth2/token

Exchange credentials for a 7shifts OAuth access token

GET

/v2/whoami

Identify the authenticated user and tenant

GET

/v2/companies

List companies the credential can access

GET

/v2/companies/{id}

Retrieve details for a specific company

GET

/v2/company/{company_id}/locations

List locations under a company

GET

/v2/company/{company_id}/locations/{location_id}

Retrieve a specific location

GET

/v2/company/{company_id}/labor_settings

Retrieve labor settings for a company

GET

/v2/company/{company_id}/inactive_reasons

List configured inactive reasons

POST

/oauth2/token

Exchange credentials for a 7shifts OAuth access token

GET

/v2/whoami

Identify the authenticated user and tenant

GET

/v2/companies

List companies the credential can access

GET

/v2/companies/{id}

Retrieve details for a specific company

GET

/v2/company/{company_id}/locations

List locations under a company

GET

/v2/company/{company_id}/locations/{location_id}

Retrieve a specific location

GET

/v2/company/{company_id}/labor_settings

Retrieve labor settings for a company

GET

/v2/company/{company_id}/inactive_reasons

List configured inactive reasons

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring the 7shifts Restaurant Scheduling API by hand means managing its OAuth 2.0 flow, minting a token from the oauth2 endpoint, and threading the company id through the v2 endpoints yourself. Through Jentic you install once, import the 7shifts Restaurant Scheduling API from the API Directory, store the credentials once, and your agent calls it.

Permission scoping

Permission scoping

This API puts the company and location id in the URL path (/company/{company_id}/locations/{location_id}), so a rule can pin your agent to one company: it can read that company's locations and labor settings and nothing else. You choose the operations it may call, so any write is not included unless you add it.

Credential management

Credential isolation

Your 7shifts OAuth client credentials and access token are stored once, encrypted, by your own Jentic One instance and injected at execution time. They never enter the agent's prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent such as 'list 7shifts locations' or 'get labor settings for a company', and Jentic returns the matching v2 operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Complementary

7shifts API (full)

→

Full 138-endpoint 7shifts API for partner integrations

Use the full spec when the agent needs shift CRUD, time punches, time off, or engagement features beyond the core v2 surface.

Alternative

Deputy API

→

Workforce and shift scheduling platform serving multiple industries

Choose Deputy when the user needs a multi-industry scheduling tool; choose 7shifts for restaurant-specific workflows.

Complementary

Asana API

→

Project management API for restaurant operational projects

Pair Asana with 7shifts when restaurant operations runs project work in Asana while staff scheduling stays in 7shifts.

Complementary

HubSpot CRM Contacts API

→

CRM commonly used for restaurant guest contact records

Pair HubSpot with 7shifts when guest CRM is separate from the staff scheduling system.

FAQs

Specific to using 7shifts Restaurant Scheduling API through Jentic.

Why is there no official OpenAPI spec for 7shifts Restaurant Scheduling API?

7shifts publishes documentation at developers.7shifts.com but does not distribute a downloadable v2 OpenAPI specification scoped to this curated subset. Jentic generates and maintains this spec so AI agents and developers can call the core scheduling operations through structured tooling. It is validated against api.7shifts.com and kept up to date. Get started with Jentic One, the self-hosted execution layer.

What authentication does the 7shifts Restaurant Scheduling API use?

The API uses OAuth 2.0. Call POST /oauth2/token with your client credentials to receive an access token, then send it on subsequent requests. When called through Jentic the credentials are stored encrypted in the vault and the access token is refreshed automatically, so secrets never appear in the agent's prompt.

Can I list all locations for a company with this API?

Yes. Call GET /v2/company/{company_id}/locations to list every location under a company. Each location record includes name, address, and operational metadata used for scheduling.

What are the rate limits for the 7shifts Restaurant Scheduling API?

7shifts applies per-token rate limits that scale with integration tier rather than publishing a single public number. Back off on HTTP 429 responses with the Retry-After header. For dashboards, cache /v2/companies and /v2/company/{company_id}/labor_settings results since they change infrequently.

How do I retrieve labor settings through Jentic?

After running pip install jentic and setting JENTIC_AGENT_API_KEY, search Jentic for '7shifts labor settings', load /v2/company/{company_id}/labor_settings, and execute it with the company ID. Jentic injects the OAuth access token automatically.

How is this spec different from the full 7shifts API spec?

This curated v2 spec covers twelve core endpoints - OAuth, whoami, companies, locations, labor settings, and inactive reasons - suitable for most light integrations. The 7shifts/7-shifts spec available alongside it covers the full 138-endpoint partner surface including shift CRUD, time punches, time off, and engagement features.

Can I limit what my agent is allowed to do with the 7shifts Restaurant Scheduling API?

Yes. Because you run Jentic One yourself, your own rules decide which 7shifts operations and credentials the agent may use. This API puts the company and location IDs in the URL path, such as /v2/company/{company_id}/locations, so you can pin the agent to a single company and let it read that company's locations and labor settings while blocking everything else. You choose which operations it may call, so a write such as updating a location is excluded unless you explicitly add it.

GET STARTED

Start building with 7shifts Restaurant Scheduling API

Explore with Jentic One
View OpenAPI Document