Zoca Working Hours API

The Working Hours API from Zoca — 12 operation(s) for working hours.

Operations 16

GET /working-hours Get working hours for an entity #
POST /working-hours Set working hours for an entity #
GET /working-hours/supported-languages Get list of supported languages for localization #
PATCH /working-hours/{id} Modify a specific working hour #
DELETE /working-hours/{id} Remove a specific working hour #
PATCH /working-hours/reorder Reorder standard working hours for an entity #
PATCH /working-hours/{id}/attributes Update attributes for a working hour #
DELETE /working-hours/{id}/attributes/{key} Delete a specific attribute key from a working hour #
GET /working-hours/special-hours Get special hours for an entity #
POST /working-hours/special-hours Add a special hour for an entity #
GET /working-hours/special-hours/week Get special hours for an entity within a date range (staff one-time-override week hydrate) #
POST /working-hours/special-hours/bulk Sync a week of per-date special-hour overrides for an entity (staff one-time schedule): upsert the diff, soft-delete reverted/unchanged in-range dates #
PATCH /working-hours/special-hours/{id} Modify a specific special hour #
DELETE /working-hours/special-hours/{id} Remove a specific special hour #
PATCH /working-hours/special-hours/{id}/attributes Update attributes for a special hour #
DELETE /working-hours/special-hours/{id}/attributes/{key} Delete a specific attribute key from a special hour #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/zoca-working-hours-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

zoca-working-hours-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Zoca Platform Working Hours API
  description: 'The Zoca platform API behind the Zoca web app and mobile apps: scheduling, website generation, Google Business Profile, discovery/local SEO, social media, booking enquiries, offers, clients, staff, billing and the Zoca "brain" agent layer.'
  version: 3.20.10
  contact: {}
  x-apievangelist-note: Harvested verbatim from https://api.zoca.ai/swagger.json. The provider ships the default NestJS Swagger metadata (title "API Documentation", empty servers[]); title/description/servers were set by API Evangelist for identification and the unmodified original is preserved at openapi/_original/zoca-platform-swagger.json. Every path, operation, summary, parameter and response is exactly as published.
servers:
- url: https://api.zoca.ai
  description: Production
tags:
- name: Working Hours
paths:
  /working-hours:
    get:
      operationId: t_value
      parameters: []
      responses:
        '200':
          description: ''
      summary: Get working hours for an entity
      tags:
      - Working Hours
    post:
      operationId: t_value
      parameters: []
      responses:
        '200':
          description: ''
      summary: Set working hours for an entity
      tags:
      - Working Hours
  /working-hours/supported-languages:
    get:
      operationId: t_value
      parameters: []
      responses:
        '200':
          description: List of supported languages
          content:
            application/json:
              schema:
                type: object
                properties:
                  supportedLanguages:
                    type: array
                    items:
                      type: string
                    example:
                    - en
                    - es
                    - fr
                    - de
                    - it
                    - pt
      summary: Get list of supported languages for localization
      tags:
      - Working Hours
  /working-hours/{id}:
    patch:
      operationId: t_value
      parameters: []
      responses:
        '200':
          description: ''
      summary: Modify a specific working hour
      tags:
      - Working Hours
    delete:
      operationId: t_value
      parameters: []
      responses:
        '200':
          description: ''
      summary: Remove a specific working hour
      tags:
      - Working Hours
  /working-hours/reorder:
    patch:
      operationId: t_value
      parameters: []
      responses:
        '200':
          description: Working hours successfully reordered.
        '400':
          description: Invalid input data or mismatch in hours.
        '404':
          description: Entity not found (implicit).
      summary: Reorder standard working hours for an entity
      tags:
      - Working Hours
  /working-hours/{id}/attributes:
    patch:
      operationId: t_value
      parameters: []
      responses:
        '200':
          description: ''
      summary: Update attributes for a working hour
      tags:
      - Working Hours
  /working-hours/{id}/attributes/{key}:
    delete:
      operationId: t_value
      parameters: []
      responses:
        '200':
          description: ''
      summary: Delete a specific attribute key from a working hour
      tags:
      - Working Hours
  /working-hours/special-hours:
    get:
      operationId: t_value
      parameters: []
      responses:
        '200':
          description: ''
      summary: Get special hours for an entity
      tags:
      - Working Hours
    post:
      operationId: t_value
      parameters: []
      responses:
        '201':
          description: ''
      summary: Add a special hour for an entity
      tags:
      - Working Hours
  /working-hours/special-hours/week:
    get:
      operationId: t_value
      parameters: []
      responses:
        '200':
          description: ''
      summary: Get special hours for an entity within a date range (staff one-time-override week hydrate)
      tags:
      - Working Hours
  /working-hours/special-hours/bulk:
    post:
      operationId: t_value
      parameters: []
      responses:
        '200':
          description: ''
      summary: 'Sync a week of per-date special-hour overrides for an entity (staff one-time schedule): upsert the diff, soft-delete reverted/unchanged in-range dates'
      tags:
      - Working Hours
  /working-hours/special-hours/{id}:
    patch:
      operationId: t_value
      parameters: []
      responses:
        '200':
          description: ''
      summary: Modify a specific special hour
      tags:
      - Working Hours
    delete:
      operationId: t_value
      parameters: []
      responses:
        '200':
          description: ''
      summary: Remove a specific special hour
      tags:
      - Working Hours
  /working-hours/special-hours/{id}/attributes:
    patch:
      operationId: t_value
      parameters: []
      responses:
        '200':
          description: ''
      summary: Update attributes for a special hour
      tags:
      - Working Hours
  /working-hours/special-hours/{id}/attributes/{key}:
    delete:
      operationId: t_value
      parameters: []
      responses:
        '200':
          description: ''
      summary: Delete a specific attribute key from a special hour
      tags:
      - Working Hours
components:
  securitySchemes:
    access-token:
      scheme: bearer
      bearerFormat: JWT
      type: http
      name: Authorization
      description: Enter JWT token in the format Bearer <token>
      in: header