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

Ironclad Authorization API

OAuth 2.0 authorization endpoints for token management and user authentication.

Ironclad Authorization API is one of 13 APIs that Ironclad publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 5 JSON Schema definitions.

Tagged areas include Authorization. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, rate-limit docs, a JSON-LD context, and 5 JSON Schemas.

This API exposes 2 operations across 2 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 1.

Requests are made against 3 base URLs: https://na1.ironcladapp.com/oauth, https://eu1.ironcladapp.com/oauth, https://demo.ironcladapp.com/oauth.

2 operations 2 paths 2 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1
Base URL
https://na1.ironcladapp.com/public/api/v1
Resource Areas
1

Paths & Operations 2

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

Authorization 2

OAuth 2.0 authorization endpoints for token management and user authentication.

GET
/authorize
Initiate an Authorization Transaction
oauth-authorize 5 params → 302400403
POST
/token
Request a Token
oauth-token 1 param body → 200400401403

Schemas 2

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

AuthorizationCodeGrantTokenResponse
object
Response for an Authorization Code grant token request. Will include the token scope if scope was requested.
5 properties 4 required
ClientCredentialsGrantTokenResponse
object
Response for an Client Credentials grant token request. Will include the token scope if scope was requested.
4 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ironclad-authorization-api-openapi.yml Raw ↑

Other APIs Ironclad publishes across the network.

Ironclad Clickwrap API
Ironclad Entities API
Ironclad Exports API
Ironclad Groups API
Ironclad Obligations API
Ironclad Records API
Ironclad Resources API
Ironclad Schemas API
Ironclad Search API
Ironclad Users API
Ironclad Webhooks API
Ironclad Workflows API