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

ItsaCheckmate Locations API

Location activation and location detail retrieval.

ItsaCheckmate Locations API is one of 4 APIs that ItsaCheckmate publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Locations. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a getting-started guide.

This API exposes 2 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 2.2.

Requests are made against a single base URL, https://sandbox-api.itsacheckmate.com.

2 operations 2 paths 3 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.2
Base URL
https://sandbox-api.itsacheckmate.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

ItsaCheckmate Locations API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth).

  • bearerAuth — OAuth-style scoped access token issued by /oauth/token.

Paths & Operations 2

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

Locations 2

Location activation and location detail retrieval.

GET
/api/v2/activate
ItsaCheckmate Activate Location
activateLocation 1 param → 200401
GET
/api/v2/get_location
ItsaCheckmate Get Location
getLocation 1 param → 200401403

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Location (6 properties), Address (5 properties), ActivationResult (3 properties). Each schema is shown below with its type and property counts.

Location
object
A restaurant location served by ItsaCheckmate.
6 properties
Address
object
Postal address of a location.
5 properties
ActivationResult
object
Result of activating the token's location.
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

itsacheckmate-locations-api-openapi.yml Raw ↑

Other APIs ItsaCheckmate publishes across the network.

ItsaCheckmate Menus API
ItsaCheckmate OAuth API
ItsaCheckmate Orders API