A REST API for building on top of the Lustre marketplace. JSON over HTTPS, token-based auth, idempotent writes.
/v1/auth/sessionExchange credentials for an access token.
{
"token": "lst_live_8f3a…",
"expires_in": 3600,
"user": { "id": "u_123", "role": "customer" }
}/v1/auth/revokeRevoke the current session token.
{ "revoked": true }