Skip to content

OMS REST API Usage

Connect to the OMS hub via HTTP at http://oms.hub/ using HTTP/1.1, HTTP/2.0, or HTTP/3.0.

The REST API requires an access token issued by a registered OAuth Server, with the appropriate Audience for the OMS service.

Most endpoints will support both JSON and binary Protobuf (application/x-protobuf) formats, both as Content-Type on PUT/POST/PATCH, and as Accepts on GET/POST.

See JSON Data Types for specific notes on JSON serialisation.