API ReferenceAPI Overview

API Reference

Welcome to the Integra API documentation. Our APIs provide comprehensive access to the Integra platform services.

Available APIs

Universal API

Public-facing API for Integra services providing access to workflows, blockchain chains, and transaction data. This is the primary API for most integrations.

Base URL: https://api.integra.dev/v1

Features:

  • Workflow registry and management
  • Blockchain chain information
  • Transaction indexing and retrieval
  • Multi-chain support

Blockchain API

Specialized API for blockchain interactions, smart contract deployments, and on-chain data queries.

Features:

  • Smart contract deployment
  • Transaction broadcasting
  • Block and event monitoring
  • Gas estimation

RPC API

Direct RPC access to blockchain nodes with load balancing and failover support.

Features:

  • Standard JSON-RPC methods
  • Multi-provider failover
  • Rate limiting and caching
  • WebSocket support

Admin API

Administrative API for platform management and configuration.

Features:

  • User and organization management
  • API key management
  • System configuration
  • Analytics and monitoring

Hogan Lovells API

Custom integration API for Hogan Lovells workflows and document management.

Features:

  • Document workflow automation
  • Case management integration
  • Custom tokenizer support
  • Legal document processing

Authentication

All APIs use Bearer token authentication:

curl https://api.integra.dev/v1/endpoint \
  -H "Authorization: Bearer YOUR_API_KEY"

Contact your organization administrator to obtain API keys.

Getting Started

  1. Choose your API - Select the API that matches your use case
  2. Get API credentials - Obtain your API key from the admin portal
  3. Try it in the browser - Use the interactive “Try It” feature in each API reference
  4. Integrate - Use the generated code examples to integrate with your application

Support

For API support, please contact the Integra team or visit our GitHub repository.