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

InvoiceStatusRequest

documentIdstringrequired

The unique identifier of the invoice document.

Example: "6787a98e15306d37eed688a8"
{ "documentId": "6787a98e15306d37eed688a8" }

InternalStatusDetail

timestampstring(date-time)required

Vrijeme kada je nastala greška

Example: "2026-01-13T10:29:25.883Z"
errorMessagestringrequired

Kompletna poruka greške

Example: "[BR-02] [BR-02]-An Invoice shall have an Invoice number (BT-1). na mjestu: /*:Invoice[1]"
{ "timestamp": "2026-01-13T10:29:25.883Z", "errorMessage": "[BR-02] [BR-02]-An Invoice shall have an Invoice number (BT-1). na mjestu: /*:Invoice[1]" }

InvoiceStatusResponse

documentIdstringrequired

The unique identifier of the invoice document.

Example: "6787a98e15306d37eed688a8"
statusstringrequired

Status of document.

Example: "acknowledged"
internalStatusDetailsArray of objects(InternalStatusDetail)

Lista grešaka iz logRecords gdje je eventKey='generic' i eventData počinje s 'VE-'

{ "documentId": "6787a98e15306d37eed688a8", "status": "acknowledged", "internalStatusDetails": [ {} ] }