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

Hacware Multi-Tenant API

The Multi-Tenant API from Hacware — 5 operation(s) for multi-tenant.

Hacware Multi-Tenant API is one of 11 APIs that Hacware publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Multi-Tenant. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

This API exposes 8 operations across 5 paths. It is described by OpenAPI 3.0.3, at version 1.0.4.

Requests are made against a single base URL, https://{domain}.

8 operations 5 paths 0 schemas 1 DELETE3 GET2 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.4
Base URL
https://app.hacware.com
Authentication
HTTP Bearer
Contact
Terms of Service
Resource Areas
1

Authentication & Security 1

Hacware Multi-Tenant API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth).

  • bearerAuth — Bearer access token obtained from POST /api/v1/auth/ (exchange appid + secret key). Tokens expire ~1 hour after issue; use the refresh token to renew.

Paths & Operations 8

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

Multi-Tenant 8
POST
/api/dev/tier/partners/{partner_id}/customers/
Create Customer
AddCustomer 1 param body → 200400401
GET
/api/dev/tier/partners/{partner_id}/customers/
Customer List
CustomerList 6 params → 200400401
DELETE
/api/dev/tier/partners/{partner_id}/customers/{customer_id}
Cancel Customer Subscription
CancelCustomerSubscription 2 params → 200400401
PATCH
/api/dev/tier/partners/{partner_id}/customers/{customer_id}
Update Customer Subscription
UpdateCustomerSubscription 2 params body → 200400401
GET
/api/dev/tier/partners/{partner_id}
Get Partner
GetPartner 1 param → 200400401
PATCH
/api/dev/tier/partners/{partner_id}
Update Partner
UpdatePartner 1 param body → 200400401
GET
/api/dev/tier/partners/
Partner List
PartnerList → 200400401
POST
/api/dev/tier/partners
Create Partner and Invite Partner Admin.
PostInvitePartner body → 200400401

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hacware-multi-tenant-api-openapi.yml Raw ↑

Other APIs Hacware publishes across the network.

Hacware Admin API
Hacware Compliance API
Hacware Compliance-Tenant API
Hacware Customer API
Hacware Email-Tenant API
Hacware Group API
Hacware Phishing API
Hacware Report API
Hacware Training API
Hacware User API