Authentication

The API uses Bearer tokens to authenticate requests. You can view and manage your API keys in the developer dashboard.

Security Warning: Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, etc.

Authorization: Bearer l2mm_sk_live_...

Handling Errors

The API returns standard HTTP status codes.

  • 200 - Success
  • 401 - Invalid API Key
  • 429 - Rate Limit Exceeded
  • 500 - Server Error