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

North.Cloud Cost Units API

Manage and retrieve cost unit metric data.

North.Cloud Cost Units API is published by North.Cloud on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 2 operations across 1 path, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.north.cloud.

2 operations 1 paths 5 schemas 1 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.north.cloud
Authentication
API Key
Resource Areas
1

Authentication & Security 1

North.Cloud Cost Units API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — Provide the API key as ApiKey northapi{yourkey}. Keys are created in Streams - API Keys within the North.Cloud application.

Paths & Operations 2

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

Cost Units 2

Manage and retrieve cost unit metric data.

GET
/public/cost-units
Retrieve cost unit
getCostUnit 2 params → 200401404
POST
/public/cost-units
Update cost unit data
updateCostUnit 2 params body → 200400401

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are CostUnitResponse (4 properties), UpdateResponse (4 properties), Error (3 properties), CostUnitUpdateRequest (2 properties). Each schema is shown below with its type and property counts.

UpdateResponse
object
4 properties
CostUnitResponse
object
4 properties
CostUnitDataPoint
object
2 properties 2 required
CostUnitUpdateRequest
object
2 properties 2 required
Error
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

north-cloud-cost-units-api-openapi.yml Raw ↑