Skip to main content
Droplinked runs three parallel environments (production, staging, development). Data is isolated per environment — the same shop slug is different data in each. Build and test against development, then promote.

API & service base URLs

ServiceProductionDevelopment
Core API (backend)https://apiv3.droplinked.comhttps://apiv3dev.droplinked.com
Integration Services (3rdp)https://service.droplinked.comhttps://servicedev.droplinked.com
Web3 Integrationhttps://web3.droplinked.comhttps://web3dev.droplinked.com
Auth / OAuthhttps://auth.droplinked.comhttps://authdev.droplinked.com

Front-end surfaces

SurfaceProductionDevelopment
Storefronthttps://droplinked.io (+ custom domains)https://dev.droplinked.io
Shop Builder (designer)https://droplinked.comhttps://dev.droplinked.com
Checkouthttps://checkout.droplinked.iohttps://devcheckout.droplinked.io

Health

curl https://apiv3.droplinked.com/health
curl https://service.droplinked.com/health/stripe   # per-integration health
The interactive Swagger UI is available on development at https://apiv3dev.droplinked.com/api-doc (and the raw spec at /api-doc-json).