Base URL

The Base URL for the Infraon Infinity API is unique for each customer and follows this pattern:

https://{customer-subdomain}.api.infraon.app

Where {customer-subdomain} is the specific subdomain assigned to your organization.

For example:

  • If your organization's Infraon Infinity instance is at https://infraondemo.infraon.app

  • Then, your API Base URL would be https://infraondemo.api.infraon.app

Swagger UI Documentation

To access the Swagger UI documentation for your specific instance, append /docs to your API Base URL:

https://{customer-subdomain}.api.infraon.app/docs

For example:

https://infraondemo.api.infraon.app/docs/

The Swagger UI provides interactive references where you can explore and also test the available endpoints for your specific instance.

Last updated