Skip to main content

OpenAPI

We publish OpenAPI 3-compliant spec files for the dMRV Connect. These specification files describe the API interface we expose in a machine-readable format. This includes information like the available authentication mechanisms, a list of the endpoints we expose, the arguments those endpoints expect and the shape of the possible responses.

You will find a generic OpenAPI specification file for the latest version of the API as part of this documentation website. It can be viewed and downloaded from the OpenAPI Spec page.

info

These specification files are primarily presented for showing humans the API interface we expose. If you need to generate clients from the spec, then obtain the JSON or YAML specification file from the OpenAPI Spec page download links.