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

IronCore Labs Tenant API

Vendor tenants managed by the Config Broker

IronCore Labs Tenant API is one of 5 APIs that IronCore Labs publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Tenant. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 7 operations across 4 paths, and defines 8 schemas. It is described by OpenAPI 3.1.0, at version 3.1.0.

Requests are made against a single base URL, http://localhost:3000/api.

7 operations 4 paths 8 schemas 1 DELETE2 GET3 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
3.1.0
Base URL
https://ironcorelabs.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

IronCore Labs Tenant API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (Authorization). By default, every request must be authenticated.

  • Authorization — VAB authorization header. Form: vab:1:

Paths & Operations 7

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

Tenant 7

Vendor tenants managed by the Config Broker

POST
/2/tenants
Tenant Create V2
post-tenants-v2 1 param body → 200401
POST
/1/tenants
Tenant Create V1
post-tenants-v1 1 param body → 200401
GET
/1/tenants
Tenant List
get-tenants 7 params → 200401
POST
/1/tenants/{tenantId}/invite
Tenant Invite Resend
post-tenants-tenantId-invite 2 params body → 200422
DELETE
/1/tenants/{tenantId}
Tenant Delete
delete-tenants-tenantId 2 params → 200401422
PUT
/1/tenants/{tenantId}
Tenant Update
put-tenants-tenantId 2 params body → 200400401
GET
/1/tenants/{tenantId}
Tenant Get
get-tenants-tenantId 2 params → 200401

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are TenantGetResponse (11 properties), Tag (4 properties), CreatedBy (3 properties), ErrorResponse (2 properties). Each schema is shown below with its type and property counts.

Tag
object
Tag used to associate tenants with service accounts (TSP or VA accounts)
4 properties 4 required
CreatedByType
string
Creator type
ErrorResponse
object
VAB error response
2 properties
TenantGetResponse
object
Result of getting a tenant. Same as TenantCreateResponse but with the addition of primaryKmsConfigId.
11 properties 11 required
CreatedBy
object
Metadata about creating user/service
3 properties 3 required
TagId
integer
Tag ID
Timestamp
string
RFC3339 timestamp
TenantId
string
Tenant ID

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ironcore-labs-tenant-api-openapi.yml Raw ↑

Other APIs IronCore Labs publishes across the network.

IronCore Labs Configuration Assignment API
IronCore Labs KMS Configuration API
IronCore Labs Tag API
IronCore Labs Tenant Secret API