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

Hourone keys API

The keys API from Hourone — 2 operation(s) for keys.

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

Tagged areas include keys. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, and authentication docs.

This API exposes 3 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, /api/v1.

3 operations 2 paths 4 schemas 1 DELETE1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.makereals.com/api/v1
Authentication
API Key, HTTP Bearer
Resource Areas
1

Authentication & Security 2

Hourone keys API declares 2 security schemes for authenticating requests. An API key is passed in the header as api-key (APIKeyHeader). It accepts HTTP bearer tokens (HTTPBearer).

Paths & Operations 3

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

keys 3
GET
/keys
Get Keys Ids
get_keys_ids_keys_get 3 params → 200422
POST
/keys
Generate Api Key
generate_api_key_keys_post 2 params → 201422
DELETE
/keys/{key_id}
Revoke Api Key
revoke_api_key_keys__key_id__delete 3 params → 204422

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are ApiKeyResponse (4 properties), ValidationError (3 properties), ApiIdsResponse (3 properties), HTTPValidationError (1 property). Each schema is shown below with its type and property counts.

ApiKeyResponse
object
4 properties 4 required
ApiIdsResponse
object
3 properties 3 required
HTTPValidationError
object
1 property
ValidationError
object
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hourone-keys-api-openapi.yml Raw ↑

Other APIs Hourone publishes across the network.

Hourone general API
Hourone playground API
Hourone videos API
Hourone voice-preview API
Hourone webhook API