Endpoints are grouped by workflow and should match the OpenAPI schema.
See the full endpoint details in the OpenAPI schema or Swagger UI.
POST /api/v2/auth/signup - Signup RoutePOST /api/v2/auth/login - Login RoutePOST /api/v2/certification/nrs/smoke - Certification Run RouteGET /api/v2/certification/runs/{run_id} - Certification Run Detail RoutePOST /api/v2/invoices/schema/validate - Validate Invoice Schema RoutePOST /api/v2/invoices/irn/generate - Generate Irn RoutePOST /api/v2/invoices/irn/validate - Validate Irn RoutePOST /api/v2/invoices/qr/generate - Generate Qr RoutePOST /api/v2/invoices/render - Render Invoice RouteGET /health - HealthPOST /api/v2/organizations - Create Organization RouteGET /api/v2/organizations - List Organizations RoutePOST /api/v2/projects - Create Project RouteGET /api/v2/projects - List Projects RoutePOST /api/v2/projects/{project_id}/keys - Create Api Key RouteGET /api/v2/projects/{project_id}/keys - List Api Keys RoutePOST /api/v2/projects/{project_id}/keys/{key_id}/rotate - Rotate Api Key RouteDELETE /api/v2/projects/{project_id}/keys/{key_id} - Revoke Api Key RouteGET /api/v2/usage - Usage RouteGET /api/v2/audit-logs - Audit Logs Route