Skip to main content
POST

Authorizations

Authorization
string
header
required

Org-scoped Norbelys API key. Create one in Settings → API keys and send it as Authorization: Bearer ak_….

Headers

Idempotency-Key
string

Opt-in idempotency for a safely retried write: reuse the same key to replay the original result for 24h instead of re-executing. Recommended on every POST.

Maximum string length: 255

Path Parameters

id
string
required

The resource id (path).

Response

OK

object
any
required

Always "report_share".

url
string
required

The public, read-only report URL — share it as-is.

Example:

"https://app.norbelys.com/r/eyJv…"

expiresAt
any

When the link stops working (RFC 3339). Re-share to create a fresh one.