Skip to main content

API Reference

Complete interactive documentation of the CorpX API with all endpoints, schemas, and examples.

Specification Download

Interactive Swagger UI

Required Headers

All requests (except OAuth) require:

X-Tenant-Id: {tenant-uuid}
Authorization: Bearer {access-token}

Idempotent requests also require:

Idempotency-Key: {client-generated-uuid}

For details on authentication, webhooks, and error handling, see the guides in the sidebar.