Skip to main content
The Integration API provides programmatic access to Pangolin functionality. It includes OpenAPI documentation via Swagger UI.

Enable Integration API

Update your Pangolin configuration file:
config.yml
If you want to specify a port other than the default 3003, you can do so in the config as well:
config.yml

Configure Traefik Routing

Add the following configuration to your config/traefik/dynamic_config.yml to expose the Integration API at https://api.example.com/v1:
dynamic_config.yml

Access Documentation

Once configured, access the Swagger UI documentation at:
Swagger UI Preview

Swagger UI documentation interface

The Integration API will be accessible at https://api.example.com/v1 for external applications.