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 memberships API

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

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

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

This API exposes 5 operations across 2 paths, and defines 21 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/.

5 operations 2 paths 21 schemas 1 DELETE2 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 memberships 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 5

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

memberships 5
GET
/memberships
List all Memberships
listMemberships 12 params → 200
POST
/memberships
Create Membership
createMembership body → 200default
GET
/memberships/{membership_id}
Fetch a specific Membership
showMembershipById 1 param → 200default
PUT
/memberships/{membership_id}
Update Membership
updateMembership 1 param body → 200400403404422
DELETE
/memberships/{membership_id}
Destroy the membership
deleteMembershipById 1 param → 200default

Schemas 21

The contract defines 21 schemas that model the data the API accepts and returns. The most detailed are CustomerEmbed (38 properties), Membership (10 properties), Address (10 properties), MembershipEmbed (8 properties). Each schema is shown below with its type and property counts.

MembershipsListResponse
object
2 properties
MembershipEmbed
object
8 properties
Emails
array
[PII] A list of Email objects.
UnprocessableEntityError
object
1 property 1 required
PaginationData
object
2 properties
Error
object
1 property 1 required
MembershipUpdateParams
object
8 properties
BadRequestError
object
1 property 1 required
Social
object
5 properties 1 required
Email
object
5 properties 1 required
PhoneNumbersList
array
[PII] A list of phone numbers as strings.
ForbiddenError
object
1 property 1 required
EmailAddressesList
array
[PII] Email addresses as an array of strings.
Event
object
8 properties
Address
object
10 properties
MembershipCreateParams
object
8 properties 2 required
Phones
array
[PII] A list of Phone objects.
Membership
object
10 properties
MembershipShowResponse
object
1 property
Phone
object
5 properties 1 required
CustomerEmbed
object
38 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tablecheck-memberships-api-openapi.yml Raw ↑

Other APIs TableCheck publishes across the network.

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