Skip to main content
GET
/
orgs
/
{org_id}
/
sso
Get SSO configuration for organization
curl --request GET \
  --url https://api.mnemom.ai/v1/orgs/{org_id}/sso \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

org_id
string
required

Organization identifier (e.g. org-abc12345)

Response

SSO config or not configured

The response is of type object.