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

Kadence Booking API

The Booking API from Kadence — 6 operation(s) for booking.

Kadence Booking API is one of 11 APIs that Kadence publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Booking. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and authentication docs.

This API exposes 7 operations across 6 paths, and defines 24 schemas. It is described by OpenAPI 3.1.0, at version 1.2.0.

Requests are made against 2 base URLs: https://api.onkadence.co, https://api.us.onkadence.co.

7 operations 6 paths 24 schemas 3 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.2.0
Base URL
https://api.onkadence.co
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Kadence Booking API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth) using the clientCredentials flow, exposing 1 scope. By default, every request must be authenticated.

  • oauth — OAuth 2.0 client credentials Grant

Paths & Operations 7

Across 6 paths, the API surfaces 7 operations — 3 GET, 4 POST. Each is listed below with its method, path, parameters, and response codes.

Booking 7
GET
/v1/public/bookings
Get a collection of bookings
api_v1publicbookings_get_collection 30 params → 200
POST
/v1/public/bookings
Create a booking
api_v1publicbookings_post body → 201400422
GET
/v1/public/bookings/{id}
Get a single booking by identifier
api_v1publicbookings_id_get 2 params → 200404
POST
/v1/public/bookings/{id}/cancel
Cancel a booking
api_v1publicbookings_idcancel_post 2 params body → 201400422
POST
/v1/public/bookings/{id}/check-in
Check in to a booking
api_v1publicbookings_idcheck-in_post 2 params body → 201400422
POST
/v1/public/bookings/{id}/check-out
Check out of a booking
api_v1publicbookings_idcheck-out_post 2 params body → 201400422
GET
/v1/public/users/{id}/bookings
Get a user's bookings
api_v1publicusers_idbookings_get_collection 62 params → 200

Schemas 24

The contract defines 24 schemas that model the data the API accepts and returns. The most detailed are Booking.jsonld-public_booking (38 properties), Booking-public_booking.check_out (36 properties), Booking-public_booking.check_in (36 properties), Booking-public_booking (36 properties). Each schema is shown below with its type and property counts.

Ulid-public_booking.check_out
object
Booking-public_booking.check_out
object
36 properties
Uuid.jsonld-public_booking
object
3 properties
Floor.jsonld-public_booking
object
5 properties
Ulid-public_booking
object
Ulid.jsonld-public_booking
object
3 properties
Building-public_booking.check_in
object
Uuid-public_booking
object
Floor-public_booking
object
2 properties
Ulid-public_booking.check_in
object
Building-public_booking.check_out
object
Space-public_booking
object
6 properties
Space.jsonld-public_booking
object
9 properties
User.jsonld-public_booking
object
3 properties
Booking.jsonld-public_booking
object
38 properties
Neighborhood.jsonld-public_booking
object
5 properties
Neighborhood-public_booking
object
2 properties
Booking-public_booking.check_in
object
36 properties
User-public_booking
object
Booking-public_booking
object
36 properties
Building-public_booking
object
User-public_booking.check_in
object
User-public_booking.check_out
object
Building.jsonld-public_booking
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kadence-booking-api-openapi.yml Raw ↑

Other APIs Kadence publishes across the network.

Kadence Bookable Day API
Kadence Bookable Onsite Pass API
Kadence Bookable Space API
Kadence Building API
Kadence Floor API
Kadence Neighborhood API
Kadence Space API
Kadence User API
Kadence Visit API
Kadence Visitor API