OMS REST API Usage
Connecting
Section titled “Connecting”Connect to the OMS hub via HTTP at http://oms.hub/
using HTTP/1.1, HTTP/2.0, or HTTP/3.0.
Authenticating
Section titled “Authenticating”The REST API requires an access token issued by a registered OAuth Server, with the appropriate Audience for the OMS service.
Serialisation and Deserialisation
Section titled “Serialisation and Deserialisation”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.