Base URLs
All LaaS endpoints are under
/v1/laas/. Partner management endpoints are under /laas/partner/.
Rate limits
Exceeding a limit returns
429 Too Many Requests with a Retry-After header.
Error format
All errors follow a consistent envelope:Common error codes
Idempotency
ForPOST endpoints, send an Idempotency-Key header (any unique string, e.g. a UUID) to safely retry on network failures. Duplicate requests with the same key return the cached response.