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

Resistant AI Tenants API

The Tenants API from Resistant AI — 4 operation(s) for tenants.

Resistant AI Tenants API is one of 2 APIs that Resistant AI publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 8 operations across 4 paths, and defines 17 schemas. It is described by OpenAPI 3.0.1, at version 2.0.0b.

Requests are made against a single base URL, https://{environment}.resistant.ai.

8 operations 4 paths 17 schemas 2 DELETE4 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
2.0.0b
Base URL
https://api.documents.resistant.ai
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Resistant AI Tenants API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2) using the clientCredentials flow, exposing 2 scopes.

Paths & Operations 8

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

Tenants 8
POST
/tenants
Create tenant
createTenant body → 201400401403404415429
GET
/tenants
List tenants
getTenants 2 params → 200400401403404415429
GET
/tenants/{tenant_id}
Fetch tenant
getTenant 1 param → 200400401403404415429
DELETE
/tenants/{tenant_id}
Delete tenant
deleteTenant 1 param → 204400401403404415429
GET
/tenants/{tenant_id}/applications
List tenant applications
getTenantApplications 1 param → 200400401403404415429
POST
/tenants/{tenant_id}/applications
Create tenant application
createTenantApplication 1 param body → 201400401403404415429
GET
/tenants/{tenant_id}/applications/{application_id}
Fetch tenant application
getTenantApplication 2 params → 200400401403404415429
DELETE
/tenants/{tenant_id}/applications/{application_id}
Delete tenant application
deleteTenantApplication 2 params → 204400401403404415429

Schemas 17

The contract defines 17 schemas that model the data the API accepts and returns. The most detailed are TenantApplicationResponse (7 properties), TenantResponse (6 properties), RSAAuthentication (5 properties), ECAuthentication (5 properties). Each schema is shown below with its type and property counts.

RSAAuthentication
object
5 properties 5 required
Error
object
1 property 1 required
TenantApplicationResponse
object
7 properties 5 required
ECCredentials
object
3 properties 3 required
TenantApplicationCreateRequest
object
3 properties 3 required
Credentials
Credentials are returned only once for newly created applications
ClientSecretCredentials
object
2 properties 2 required
DocumentsScope
string
An enumeration.
TenantCreateRequest
object
2 properties 1 required
TenantApplicationListResponse
object
1 property 1 required
TenantPageResponse
object
2 properties 2 required
ClientSecretAuthentication
object
1 property 1 required
TenantResponse
object
6 properties 5 required
RSACredentials
object
3 properties 3 required
Authentication
CellName
string
An enumeration.
ECAuthentication
object
5 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

resistant-ai-tenants-api-openapi.yml Raw ↑

Other APIs Resistant AI publishes across the network.

Resistant AI Submission API