Enable Integration API
Update your Pangolin configuration file:config.yml
3003, you can do so in the config as well:
config.yml
Configure Traefik Routing
Add the following configuration to yourconfig/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 documentation interface
The Integration API will be accessible at
https://api.example.com/v1 for external applications.
