Skip to Content
Getting Started

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

EnvironmentBase URL
Sandboxhttps://api.sandbox.lodgeflow.com/v1
Productionhttps://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