Documentation
Environments
Looms API environments are provisioned per integration agreement.
Base URL
The OpenAPI reference uses a baseUrl placeholder. Replace it with the environment-specific base URL provided to your team.
Do not assume that the same base URL is valid across test and production environments.
What To Confirm
Before testing or deployment, confirm:
- available environments for your integration
- base URL for each environment
- credentials for each environment
- IP allowlisting or network restrictions, if required
- whether specific endpoints are enabled only in selected environments
Common Environment Practices
Use separate configuration for each environment, including:
- base URL
- credentials or tokens
- callback URLs, if applicable
- logging and monitoring settings
Deployment Guidance
Recommended progression:
- validate requests in the designated non-production environment
- confirm business behavior with representative test data
- complete partner and platform verification
- switch to production only after access is explicitly approved
Important Notes
- data availability may differ between environments
- test data and production data should be handled separately
- environment access may change over time as your integration scope expands
Last modified on