LucidLink Management Platform API
The LucidLink Management Platform (LMP) API is a REST API for partner organizations. It creates and manages client organizations, their members, and reports storage and member usage across the workspaces and filespaces those clients own.
Availability. This API is for LucidLink partner organizations — MSP channel partners and VAR resellers. It authenticates with an LMP API key, not a service account, and some endpoints are restricted to one partner type. Version 1.0, served at https:/.
The complete API is defined in the OpenAPI 3.0 spec — JSON or YAML. Point your tooling, code generator, or AI at it as the single source of truth.
Test the API in your browser. The Swagger UI renders the same spec and sends requests for you — click Authorize, paste ApiKey <LMP_API_KEY>, and call any endpoint. Requests are live and run against your own partner organization, so treat the write endpoints — creating and deleting clients, adding and removing members — as production calls.
What it does
A partner organization sits above the client organizations it resells to. The API exposes four resource groups under that hierarchy:
Client organizations — create, read, list, and delete the clients under your partner organization.
Members — add and remove members of a client organization by email, and read the client's owner.
Workspaces and filespaces — read-only access to the workspaces a client owns and the filespaces inside them.
Usage — current billing-period totals, plus historical per-filespace storage and per-workspace member records over a date range.
Write operations are limited to creating and deleting clients and adding and removing their members. Everything else is read-only.