Authentication

Authenticate server-side requests with a scoped organisation API key.

Authorization header

GET /v0/jobs?limit=3 HTTP/1.1
Host: api.luranta.com
Authorization: Bearer lur_...
Accept: application/json

Scopes

ScopeAllows
jobs:readList and retrieve jobs
companies:readList and retrieve companies
catalogues:readRead taxonomies and bounded catalogues

Key lifecycle

  • Name every key for its workload.
  • Grant only required scopes.
  • Rotate before expiry.
  • Revoke immediately after suspected exposure.
  • Never use API keys as browser sessions.