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

Hyperline Billable Events API

The Billable Events API from Hyperline — 2 operation(s) for billable events.

Hyperline Billable Events API is one of 7 APIs that Hyperline publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Billable Events. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 4 operations across 2 paths, and defines 1 schema. It is described by OpenAPI 3.0.1, at version 1.0.

Requests are made against 2 base URLs: https://api.hyperline.co/v1, https://sandbox.api.hyperline.co/v1.

4 operations 2 paths 1 schemas 1 DELETE1 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://api.hyperline.co/v1
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Hyperline Billable Events API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Authenticate with your Hyperline API key passed as a bearer token in the Authorization header - Authorization: Bearer .

Paths & Operations 4

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

Billable Events 4
GET
/billable-events
Retrieve billable events
listBillableEvents → 200
POST
/billable-events
Ingest one or more billable events
ingestBillableEvents body → 201
DELETE
/billable-events
Delete billable events
deleteBillableEvents → 204
POST
/billable-events/simulate-prices
Simulate prices for billable events
simulateBillableEventPrices → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is BillableEvent (4 properties). Each schema is shown below with its type and property counts.

BillableEvent
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hyperline-billable-events-api-openapi.yml Raw ↑

Other APIs Hyperline publishes across the network.

Hyperline Customers API
Hyperline Invoices API
Hyperline Payments API
Hyperline Products API
Hyperline Subscriptions API
Hyperline Webhooks API