Skip to main content
GET
/
orgs
/
{org_id}
/
trust-posture
Get the org's effective trust posture (Platform → Org cascade)
curl --request GET \
  --url https://api.mnemom.ai/v1/orgs/{org_id}/trust-posture \
  --header 'Authorization: Bearer <token>'
{
  "org_id": "<string>",
  "org_name": "<string>",
  "gathered": {
    "platform_default": {},
    "org_assigned": {}
  },
  "effective": {},
  "org_slug": "<string>"
}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

org_id
string
required

Response

Org-level effective trust posture.

org_id
string
required
org_name
string
required
gathered
object
required
effective
object
required

Org-effective layer (org_assigned ?? platform_default).

org_slug
string | null