<scheme>        = 'https://'
<account_name>  = 1*ALPHA
<environment>   = 'ilucca' | 'ilucca-test' | 'ilucca-demo'
<region>        = 'net' | 'ch'
<api>           = '/lucca-api'

<url>           = <scheme> <account_name> '.' <environment> '.' <region> <api>

; Examples:
; https://example1.ilucca.net/lucca-api
; https://example2.ilucca-test.ch/lucca-api
; https://example3.ilucca-demo.net/lucca-api
EnvironmentPurpose
ProductionLive data. Deploy there once tested.
TestTesting. There can only be one test environment, contrary to sandboxes. Data refresh from production must be requested through support.
SandboxTesting. There can be multiple sandboxes, and you can freely restore its data with a snapshot from production. Paid feature.
DemoDiscovery. Made for companies to test out Lucca while not being paying customers yet. Populated with sample data.

Sandbox Environments

Sandbox environments follow a particular URL structure:

https://{account}-{sandboxName}.sandbox.{server}.luccasoftware.com/lucca-api

Managing your sandbox environment

Learn how to manage your sandbox environment in order to test out your integration.


Other Environments

<scheme>        = 'https://'
<account_name>  = 1*ALPHA
<environment>   = 'ilucca' | 'ilucca-test' | 'ilucca-demo'
<region>        = 'net' | 'ch'
<api>           = '/lucca-api'

<url>           = <scheme> <account_name> '.' <environment> '.' <region> <api>

; Examples:
; https://example1.ilucca.net/lucca-api
; https://example2.ilucca-test.ch/lucca-api
; https://example3.ilucca-demo.net/lucca-api
https://{account}.{environment}.{region}/lucca-api
1

Scheme

HTTPS only.

2

Account

Your account name was assigned by Lucca upon deploying your Lucca account. It’s most likely your company name.

3

Environment

Outside of sandboxes, there are three types of environments:

  • Production ilucca: the one containing your live data.
  • Test ilucca-test: a sandboxed snapshot of your production environment for testing purposes.
  • Demo ilucca-demo: a demonstration environment for prospects that do not have a Lucca account (yet).
4

Region

As of now, there are two possible regions:

  • Europe .net;
  • Switzerland .ch.