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

HumanAPI subscriptions API

The subscriptions API from HumanAPI — 2 operation(s) for subscriptions.

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

Tagged areas include subscriptions. The published artifact set on APIs.io includes an OpenAPI specification.

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

Requests are made against a single base URL, https://admin.humanapi.co.

4 operations 2 paths 2 schemas 1 DELETE2 GET1 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://admin.humanapi.co
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

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

Paths & Operations 4

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

subscriptions 4
GET
/api/v1/subscriptions
Find a subscription
getUsersSubscriptions 7 params → 200401404
POST
/api/v1/subscriptions
Create a new subscription
createSubscription body → 201401404409
GET
/api/v1/subscriptions/{subscriptionId}
Get the details of a specific subscription (by subscription id)
getSubscriptionDetails 1 param → 200401404
DELETE
/api/v1/subscriptions/{subscriptionId}
Delete a specific subscription (by subscription id)
deleteSubscription 1 param → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are subscription (6 properties), error (4 properties). Each schema is shown below with its type and property counts.

subscription
object
6 properties 3 required
error
object
4 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

humanapi-subscriptions-api-openapi.yml Raw ↑

Other APIs HumanAPI publishes across the network.

HumanAPI admin API
HumanAPI connect API
HumanAPI orders API
HumanAPI reports API
HumanAPI resources API
HumanAPI users API