1
Pick an environment
You can use the Lucca API either in a production, sandbox or demo environment.
You should first test out your integration on a sandbox, then deploy it in production.
Learn about environments.
2
Authenticate
Authentication is OAuth 2.0 based. Learn how to authenticate.
3
Send your HTTP requests following the API reference below.
You may want to browse our guides, as one might shed light on how to achieve what you’re trying to do.
- The Lucca API doesn’t support bulk updates. You can only change the state of a single resource per request.
- This API is versioned. Version is set through the
Api-VersionHTTP header. - Better many small requests than a few large ones. The Lucca API is rate and size limited.
- If you plan to issue HTTP requests for multiple customer accounts: each one has its own API URL (subdomain) and access token.
- All collection endpoints enforce pagination. Make sure your script is ready for this.