Skip to main content

API keys

All LaaS API endpoints (/v1/laas/*) require an API key sent in the X-Mippo-API-Key header.

Key formats

Generating keys

  1. Sign in to your Partner Dashboard
  2. Click Generate key
  3. Copy the raw key — it is shown once only (Stripe-style)
Treat API keys like passwords. Never commit them to source control. Rotate immediately if exposed. All LaaS calls must originate from your backend — never your frontend.

Partner dashboard auth (Clerk JWT)

Partner management endpoints (/laas/partner/*) use Clerk JWT authentication via your existing Mippo login session. These are called by the Next.js frontend proxy, not from your integration code.

Errors

All error responses follow: