Skip to main content

Getting Started

Limitem is JSON over HTTPS. That’s it. One customer (us). One interesting endpoint (POST /limit) — try it in the playground on that page.
The API only accepts JSON. Set Content-Type to application/json. application/json; charset=utf-8 is fine.

Base URL

Authentication

Attach a Bearer token on every /limit request:
Authentication is required for POST /limit. If you don’t have a token, that’s the universe telling you this API isn’t yours.

Errors

Error bodies look like:

Status

If /limit starts returning 5xx, it’s our problem — there is no public status page for a one-customer API.