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

Kumospace Account API

The Account API from Kumospace — 6 operation(s) for account.

Kumospace Account API is one of 23 APIs that Kumospace publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Account. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

This API exposes 6 operations across 6 paths, and defines 5 schemas. It is described by OpenAPI 3.0.0.

Requests are made against a single base URL, /.

6 operations 6 paths 5 schemas 1 DELETE5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
Base URL
https://api.kumospace.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Kumospace Account API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (firebase).

Paths & Operations 6

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

Account 6
DELETE
/v1/account
Delete the user's account.
DeleteAccount → 204
POST
/v1/account/token
Create an access token for SSO.
CreateAccount body → 200
POST
/v1/account/desktop/token
Create an access token for desktop app usage.
CreateDesktopToken → 200
POST
/v1/account/integration/token/{type}
Create a token to pass to oauth providers to identify the user after redirect
CreateIntegrationToken 1 param → 200
POST
/v1/account/resetPassword
Send reset password email for account corresponding to given email
ResetPassword body → 204
POST
/v1/account/onCreate
Accepts all invites for a given user.
OnCreate → 204

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are ApiCreateCustomTokenRequest (1 property), ApiIntegrationToken (1 property), ApiResetPasswordRequest (1 property), ApiCustomKumoToken (1 property). Each schema is shown below with its type and property counts.

ApiCustomKumoToken
object
1 property 1 required
ApiResetPasswordRequest
object
1 property 1 required
ApiIntegrationToken
object
1 property 1 required
Integration
string
ApiCreateCustomTokenRequest
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kumospace-account-api-openapi.yml Raw ↑

Other APIs Kumospace publishes across the network.

Kumospace Analytics API
Kumospace Calendar API
Kumospace Chat API
Kumospace Daily (Webhook) API
Kumospace Demo API
Kumospace Flooring API
Kumospace Furniture API
Kumospace Integrations API
Kumospace MusicTrack API
Kumospace Payments API
Kumospace Recordings API
Kumospace Redirects API