Skip to main content

OpenAPI Specification

The Aktify API is described using the OpenAPI Specification. You may browse and interact with the API at:

Client Library Generation

If you would like to generate a client library for the API, Swagger hosts a tool for generating clients from YAML specifications at https://editor.swagger.io.

  1. Copy or download the Aktify API OpenAPI YAML Specification
  2. Visit https://editor.swagger.io and paste or upload the specification
  3. From the top bar menu, click Generate Client and select the language of choice. A generated client will begin downloading.