Overview
The Apinizer Management API provides OpenAPI (Swagger) specification files for programmatic access to API definitions.Accessing the Specification
Interactive Documentation
Visit the interactive OpenAPI documentation at:YAML Specification
Download the OpenAPI YAML specification:JSON Specification
Download the OpenAPI JSON specification:Using the Specification
Generate Client Libraries
Use tools like OpenAPI Generator to generate client libraries in various languages:API Testing
Import the OpenAPI specification into API testing tools like Postman or Insomnia for automated testing.Documentation Generation
Use tools like Swagger UI or ReDoc to generate interactive documentation.Specification Version
The current OpenAPI specification version is 3.0.Related Documentation
- Base URL - How to construct API URLs
- Authentication - How to authenticate API requests
- Enum Reference - Enumeration values used in the API
- Glossary - Terms and definitions

