Open api definition

Valdit APIs follow the Open API specification (formerly known as Swagger), a standardized, language-agnostic interface definition for REST APIs. The specification is maintained by the Open API Initiative (OAI). Read more about the OAI on https://openapis.org.

Open API Initiative

An Open API definition can also be used to efficiently generate a client library for the API in many programming languages. More information on how to leverage an Open API (Swagger) definition as a developer can be found on http://swagger.io.