Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

TableCheck blockages API

The blockages API from TableCheck — 2 operation(s) for blockages.

TableCheck blockages API is one of 14 APIs that TableCheck publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include blockages. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 4 operations across 2 paths, and defines 9 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against a single base URL, https://api.tablecheck.com/api/availability/v1/.

4 operations 2 paths 9 schemas 1 DELETE1 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://api.tablecheck.com/api/availability/v1
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

TableCheck blockages API declares 1 security scheme for authenticating requests. An API key is passed in the header as AUTHORIZATION (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 4

Across 2 paths, the API surfaces 4 operations — 1 DELETE, 1 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

blockages 4
POST
/blockages
Create Blockage
createBlockage body → 200400403422
GET
/blockages/{blockage_id}
Fetch a specific Blockage
showBlockageById 3 params → 200400403404410422
PUT
/blockages/{blockage_id}
Update Blockage
updateBlockage 1 param body → 200400403404410422
DELETE
/blockages/{blockage_id}
Delete Blockage
deleteBlockage 1 param → 200400403404410422

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are Blockage (19 properties), BlockageCreateParams (10 properties), BlockageUpdateParams (7 properties), ExpiredError (1 property). Each schema is shown below with its type and property counts.

Blockage
object
19 properties
BlockageUpdateParams
object
7 properties
BadRequestError
object
1 property 1 required
NotFoundError
object
1 property 1 required
BlockageCreateParams
object
10 properties 3 required
UnprocessableEntityError
object
1 property 1 required
ExpiredError
object
1 property 1 required
BlockageShowResponse
object
1 property
ForbiddenError
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tablecheck-blockages-api-openapi.yml Raw ↑

Other APIs TableCheck publishes across the network.

TableCheck availability API
TableCheck calendar API
TableCheck customers API
TableCheck franchises API
TableCheck membership_programs API
TableCheck memberships API
TableCheck pos_journals API
TableCheck reservation_flags API
TableCheck reservations API
TableCheck shops API
TableCheck table_status API
TableCheck tables API