Documentation · Infrastructure

Fundamentals

Essential information for integrating with Limpidius APIs.

Base URL

All API requests are made to a base URL specific to your account and environment. Replace {BASE_URL} throughout the documentation with your assigned URL.

This URL is provided by Limpidius when your account is provisioned. If you don't have one yet, contact our team to get access.

Content type

All request bodies must be JSON. Include the following header in every request:

Shell
Content-Type: application/json
Next up · Infrastructure
Environments