Skip to content

API Reference

Entry point to the OmniOmni partner APIs: authentication, Proof of Action, environments and conventions

Partner systemOmniOmni API1 · Client sign-in2 · Bearer tokenAPI requestAuthorization: BearerResponseJSON · status · code3 · API request4 · ResponseSensitive action?Proof of Action signatureX-SignatureX-Signature-DateTimeX-Signature-DeviceIdIdempotency key
Partner API: client sign-in, bearer token, signed sensitive calls

The OmniOmni partner APIs expose the register, custody and compliance functions of the ecosystem to licensed partners and integrators. This reference groups the interactive operation pages by product. Conceptual guides (integration scenarios, onboarding, usage considerations) live in the product sections.

Conventions

TopicConvention
AuthenticationBearer token (JWT) obtained through the client sign-in of each product; Accept-Language is expected on every call. See Client onboarding.
Sensitive actionsSigned with the Proof of Action mechanism: X-Signature, X-Signature-DateTime and X-Signature-DeviceId headers, RS256 signature created with the acting user's private key. See Proof of Action.
IdempotencyNon-GET methods manage idempotency through unique identifiers; some write operations accept X-Idempotency-Key. See API usage considerations.
Rate limitsSandbox: limited number of non-GET requests per time window; 429 Too Many Requests when exceeded.
ErrorsHTTP status code plus a JSON body with the status, an error-specific code and a descriptive message.
EnvironmentsSandbox hosts are shown in each operation's playground; production endpoints are provided during onboarding.

Using the playground

Choose an operation

Open an operation page from the sidebar. The playground shows the server, path, parameters and response schema.

Authorise

Paste a bearer token obtained from the product's client sign-in.

Send against the sandbox

Requests run against the sandbox environment through the documentation proxy. Do not use production credentials here.

Operation pages are available in English. German navigation labels are provided; the operation content itself is not translated.