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

The User API from Kadence — 3 operation(s) for user.

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

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

This API exposes 4 operations across 3 paths, and defines 4 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.

4 operations 3 paths 4 schemas 2 GET1 PATCH1 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 User 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 4

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

User 4
GET
/v1/public/users
Get users
api_v1publicusers_get_collection 7 params → 200
GET
/v1/public/users/{id}
Get a single user by identifier
api_v1publicusers_id_get 2 params → 200404
PATCH
/v1/public/users/{id}
Update a user
api_v1publicusers_id_patch 3 params body → 200400404422
POST
/v1/public/users/{id}/photo
Update a user profile picture
api_v1publicusers_idphoto_post 3 params body → 201400422

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are User.jsonld-public_user (20 properties), User-public_user (18 properties), Ulid.jsonld-public_user (3 properties). Each schema is shown below with its type and property counts.

User-public_user
object
18 properties
Ulid-public_user
object
Ulid.jsonld-public_user
object
3 properties
User.jsonld-public_user
object
20 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kadence-user-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 Booking API
Kadence Building API
Kadence Floor API
Kadence Neighborhood API
Kadence Space API
Kadence Visit API
Kadence Visitor API