North.Cloud website screenshot

North.Cloud

North.Cloud delivers real-time savings, automated FinOps, and dynamic optimization across AWS and GCP. The platform's public API enables programmatic ingestion and retrieval of cost unit data so teams can integrate unit economics, allocation, and chargeback reporting into their own systems.

1 APIs 0 Features
FinOpsCloud Cost ManagementGCPCost OptimizationCost Units

APIs

North.Cloud Public API

Programmatic access to push and retrieve cost unit data for FinOps and cloud cost optimization workflows across AWS and GCP.

Collections

Pricing Plans

Rate Limits

North Cloud Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Application
Application
🔗
Security
Security

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: North.Cloud Public API
  version: 1.0.0
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: Cost Units
    type: folder
  items:
  - info:
      name: Retrieve cost unit
      type: http
    http:
      method: GET
      url: https://api.north.cloud/public/cost-units
      params:
      - name: account_number
        value: ''
        type: query
        description: North.Cloud account identifier scoping the request.
      - name: costUnitId
        value: ''
        type: query
        description: Identifier combining business unit and cost unit (for example `bu-123:cu-456`).
    docs: Retrieves an existing cost unit including its current data points and metadata. Requires the cost unit identifier
      and the account number to scope the request.
  - info:
      name: Update cost unit data
      type: http
    http:
      method: POST
      url: https://api.north.cloud/public/cost-units
      params:
      - name: account_number
        value: ''
        type: query
        description: North.Cloud account identifier scoping the request.
      - name: replace
        value: ''
        type: query
        description: When true, replaces the cost unit's data set instead of merging.
      body:
        type: json
        data: '{}'
    docs: Updates an existing cost unit with new metric data points. By default new data points are merged with existing data;
      pass `replace=true` to overwrite the cost unit data set entirely.
bundled: true