Back to Features
🛠️

OpenAPI Spec

ActivePlatformMUSTFREE

What it does

Full OpenAPI 3.0 specification for the POTAL API, enabling auto-generated client libraries, interactive documentation, and API testing tools. Import into Postman, Swagger UI, or any OpenAPI-compatible tool.

How to use it

1

Download the spec

GET /api/v1/docs returns the OpenAPI 3.0 JSON specification for all endpoints.

2

Import into tools

Load the spec into Postman, Insomnia, or Swagger UI for interactive API exploration.

3

Generate clients

Use openapi-generator to create typed client libraries in any language.

4

Validate requests

Use the spec schemas to validate your request payloads before sending them.

API Reference

GET/api/v1/docs

Related Features

Having issues?