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 Tag API

Label shared between service account configs and tenants. Controls where KMS configurations can be sent.

IronCore Labs Tag 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 Tag. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 4 operations across 2 paths, and defines 5 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.

4 operations 2 paths 5 schemas 1 DELETE1 GET2 POST

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 Tag 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 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.

Tag 4

Label shared between service account configs and tenants. Controls where KMS configurations can be sent.

GET
/1/tags
Tag List
get-tags 4 params → 200401
POST
/1/tags
Tag Create
post-tags 1 param body → 200401422
POST
/1/tags/{tagId}/tenants
Tag Assign to Tenant
post-tags-tagId-tenants 2 params body → 200400401
DELETE
/1/tags/{tagId}/tenants
Tag Remove from Tenant
delete-tags-tagId-tenants 2 params body → 200400401

Schemas 5

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

TagId
integer
Tag ID
Tag
object
Tag used to associate tenants with service accounts (TSP or VA accounts)
4 properties 4 required
Timestamp
string
RFC3339 timestamp
TenantId
string
Tenant ID
TagAssignmentModifyFailure
object
Failure with modifying the tenants associated with a tag.
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

Other APIs IronCore Labs publishes across the network.

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