omegazero API documentation

Introduction

The omegazero API server at api.omegazero.org provides several HTTP endpoints, mainly for interacting with omegazero.org services or infrastructure.

Publicly usable endpoints are listed on the left under the "Endpoints" category, each with individual documentation.

The first path component of all endpoints start with a v, followed by a version number. Currently, three versions (1 to 3) exist, which are handled by the first, second and third major API server version, respectively.

Security

Some endpoints, especially ones receiving data from the client, may have rate limiting and strict body size limits. Restrictions of each endpoints are found in their respective documentation pages.

Each endpoint employs security mechanisms, for example strict parameter checking and the ones mentioned above. If you still find possible security vulnerabilites or problems that could impact the service, please report them.