Skip to content

Omnizon Public REST API (v1.0.0)

This is the Omnizon Platform Public REST API specification. For access and API Keys please contact your Omnizon Platform representative.

Download OpenAPI description
Languages
Servers
Mock server
https://omnizon-public-api.redocly.app/_mock/openapi
U-DEV testing environment
https://{tenant}.u-dev.omnizon.network/api

Organizations

Company registration and management operations

Operations

Documents

Invoice/document processing and status management

Operations

Users

User account management operations

Operations

Billing

Usage metrics and billing information

Operations

ApiKeys

API key generation and management

Operations
Schemas

ArchiveUsageResponse

Array [
metricNamestringrequired

Name of the metric

Example: "documents-out"
metricUsagestringrequired

Usage value for the metric

Example: "123"
]
[ { "metricName": "documents-out", "metricUsage": "123" } ]

GetFiscalizationStatusesRequest

documentIdstringrequired

The unique identifier of the document

Example: "64a1b2c3d4e5f6789012345a"
{ "documentId": "64a1b2c3d4e5f6789012345a" }

GetReportingStatusesRequest

documentIdstringrequired

The unique identifier of the document

Example: "64a1b2c3d4e5f6789012345a"
{ "documentId": "64a1b2c3d4e5f6789012345a" }