Ironclad · GraphQL Specification

Ironclad GraphQL Schema

This conceptual GraphQL schema represents the Ironclad digital contracting platform API surface. Ironclad's public REST API (base URL: `https://na1.ironcladapp.com/public/api/v1`) exposes contract lifecycle management primitives including Workflows, Records, Entities, Obligations, Webhooks, Exports, and Conversational Search. This GraphQL schema models the same domain as a typed graph to support client-driven queries, reduced over-fetching, and nested relationship traversal in a single request.

Documentation Endpoint View on GitHub Contract Lifecycle ManagementCLMContractsLegal TechLegalOpsEnterpriseWorkflowseSignatureClickwrapAIOAuthSCIMWebhooksGraphQL

Overview

Ironclad GraphQL Schema is a GraphQL API specification published by Ironclad on the APIs.io network.

This conceptual GraphQL schema represents the Ironclad digital contracting platform API surface. Ironclad’s public REST API (base URL: https://na1.ironcladapp.com/public/api/v1) exposes contract lifecycle management primitives including Workflows, Records, Entities, Obligations, Webhooks, Exports, and Conversational Search. This GraphQL schema models the same domain as a typed graph to support client-driven queries, reduced over-fetching, and nested relationship traversal in a single request.

Tagged areas include Contract Lifecycle Management, CLM, Contracts, Legal Tech, and LegalOps.

Endpoint

Related API Specs

Ironclad Public API (OpenAPI) Ironclad OAuth 2.0 API (OpenAPI) Ironclad SCIM 2.0 API (OpenAPI)
Back to Ironclad · All GraphQL Specs · GitHub