Skip to main content
The Lojou API lets you create products, process orders, manage subscription plans, and receive webhooks for store events — everything you need to integrate an external app with a Lojou store.

Get started in 5 minutes

Generate an API key and make your first call.

Authentication

API key or OAuth — how each one works.

Connect via OAuth

For apps that other sellers will install on their own store.

Webhooks

The exact payload Lojou sends, and when.

API Reference

Every endpoint, parameter, and response.

Base URL

Version

Every endpoint documented here uses the /v1 prefix.

Two ways to authenticate

  • API key — to integrate your own store. Generate one under Settings → API in the Lojou dashboard.
  • OAuth — to build an app that other sellers will install and authorize on their own store. See the OAuth guide.
Both use the same header:

Response format

Every API response follows the same shape:
Errors follow the same pattern, with status: "error":

Need help?

Reach out to Lojou support from the dashboard, or call GET /v1/scopes (documented in the API reference) to see exactly what your token can do.