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

Kuru Generate Token API

The Generate Token API from Kuru — 1 operation(s) for generate token.

Kuru Generate Token API is one of 2 APIs that Kuru publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Generate Token. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, and rate-limit docs.

This API exposes 1 operation across 1 path, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against a single base URL, https://ws.kuru.io.

1 operations 1 paths 3 schemas 1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://ws.kuru.io
Authentication
HTTP Bearer, API Key
Resource Areas
1

Authentication & Security 2

Kuru Generate Token API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). An API key is passed in the header as X-API-Key (ApiKeyAuth).

  • BearerAuth — JWT token obtained from /api/generate-token endpoint
  • ApiKeyAuth — API key for authentication

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 POST. Each is listed below with its method, path, parameters, and response codes.

Generate Token 1
POST
/api/generate-token
Generate JWT Token
generateToken body → 200400405500

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are TokenGenerationResponse (3 properties), ErrorResponse (2 properties), TokenGenerationRequest (1 property). Each schema is shown below with its type and property counts.

TokenGenerationResponse
object
3 properties
ErrorResponse
object
2 properties 1 required
TokenGenerationRequest
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kuru-generate-token-api-openapi.yml Raw ↑

Other APIs Kuru publishes across the network.

Kuru Quote API