Skip to main content

API Reference

Conto publishes its REST API reference from the same OpenAPI surface used by the in-app Swagger viewer.

Primary References

ResourceURLBest for
Interactive API docshttps://conto.finance/api-docsBrowsing endpoints and trying requests in Swagger UI
OpenAPI JSONhttps://conto.finance/api/openapiCode generation, schema validation, and internal tooling
SDK guides/sdk/installationAgent-facing integration patterns and examples
Admin SDK guide/sdk/adminOrganization-level automation with ContoAdmin

Authentication

  • Use SDK keys (conto_agent_...) for /api/sdk/* agent endpoints.
  • Use organization API keys (conto_...) for org-level provisioning and management endpoints.
  • See /sdk/authentication for the key matrix and scope model.

Source of Truth

When prose documentation and example snippets differ, prefer the OpenAPI reference and runtime schemas exposed at: Those surfaces are generated from the same endpoint schemas used by the application.