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

Knowi Groups API

Manage user groups.

Knowi Groups API is one of 6 APIs that Knowi publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 8 operations across 4 paths. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://knowi.com/api/1.0.

8 operations 4 paths 0 schemas 2 DELETE3 GET2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Server
https://knowi.com/api/1.0
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Knowi Groups API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

Paths & Operations 8

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

Groups 8

Manage user groups.

GET
/groups
List groups
listGroups → 200
POST
/groups
Create group
createGroup → 200
GET
/groups/{groupId}
Get group
getGroup 1 param → 200
PUT
/groups/{groupId}
Update group
updateGroup 1 param → 200
DELETE
/groups/{groupId}
Delete group
deleteGroup 1 param → 200
GET
/users/{userId}/groups
List user groups
listUserGroups 1 param → 200
POST
/users/{userId}/groups
Create group for user
createUserGroup 1 param → 200
DELETE
/users/{userId}/groups/{groupId}
Remove group from user
removeUserGroup 2 params → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

knowi-groups-api-openapi.yml Raw ↑

Other APIs Knowi publishes across the network.

Knowi Authentication API
Knowi Dashboards API
Knowi Pull API
Knowi Push API
Knowi Users API