Droplinked APIs, v1.2) and grouped by domain — shops,
products, carts, orders, collections, customers, subscriptions, AI tools, web3, and more.
Base URL
Authentication
- Public endpoints (
/public/…) need no credentials. - Authenticated endpoints use a Bearer JWT:
Authorization: Bearer <token>. - Integration (server-to-server) calls use the
integration-api-keyheader.
Conventions
- Responses are wrapped as
{ statusCode, message, data }; the payload is indata. - List endpoints page with
?page=and?limit=. - Versioned resources use
v2/-v2paths (e.g.shops/v2,product-v2,order-v2).
The interactive Swagger UI is available on development at
https://apiv3dev.droplinked.com/api-doc. The raw spec backing these pages lives at
/api-doc-json.