Developer documentation

The not24get public API is a JSON HTTP API. This section covers everything you need to ship a reliable integration: authentication, rate limits, errors, pagination, and per-endpoint reference with request/response schemas and a browser Try-it runner.

Get oriented

  • Authentication — JWT vs API keys, headers, scoping by workspace.
  • Rate limits — limits per key, per IP, and per tenant; backoff guidance.
  • Errors — the standard error envelope and how to use correlation_id.
  • Pagination — list endpoints, cursors, and page sizes.
  • Tenant usageGET /billing/usage returns usage meters and effective limits for the tenant implied by your JWT or API key (same tenant-admin access as the product billing area). See the usage group in the API reference.

Resource reference

Pick a resource on the left to see every operation, its parameters, request/response schemas, code samples, and a working Try-it form.

Conventions

  • All requests and responses are JSON unless explicitly noted.
  • All times are RFC 3339 / ISO 8601 strings in UTC.
  • IDs are opaque strings; do not parse them.
  • The base URL is https://api.not24get.me. Treat it as configurable in your client.