Skip to main content
GET
List org-library share rows visible to the current user
Org Library rows the caller can see. Approve/reject/kick are separate POSTs and require an org admin.

Authorizations

Authorization
string
header
required

Organisation API key from Settings → API / /api/keys/. The secret is shown once. Send Authorization: Bearer sk-abacus-…. One active key per organisation. Ingest (/api/v2/ingest/*) refuses API keys — that surface is Auth0-only with ingest:read / ingest:write scopes.

Query Parameters

content_type
enum<string>

"struct" or "batch".

Available options:
batch,
struct
cursor
string

Opaque cursor from a previous response.

shared_by_me
boolean

If true, restricts to shares the caller initiated.

state
enum<string>

Filter by share lifecycle state.

Available options:
approved,
kicked,
pending,
rejected,
revoked

Response

200 - application/json
results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?cursor=cD00ODY%3D\""

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?cursor=cj0xJnA9NDg3"