Getting Started
Integrate with LodgeFlow in three steps.
1. Create API credentials
Sign in to the LodgeFlow Partner Dashboard and create an API key with the scopes your integration needs.
2. Choose an environment
| Environment | Base URL |
|---|---|
| Sandbox | https://api.sandbox.lodgeflow.com/v1 |
| Production | https://api.lodgeflow.com/v1 |
Use sandbox keys (sk_test_…) until you complete certification.
3. Make your first request
curl https://api.sandbox.lodgeflow.com/v1/health \
-H "Authorization: Bearer sk_test_YOUR_KEY"Next steps
Last updated on