List the accounts + institutions visible to the caller (threat panel selectors)
curl --request GET \
--url https://pria.praxislxp.com/api/admin/security/threats/scope \
--header 'x-access-token: <api-key>'{
"success": true,
"institutions": [
{
"_id": "<string>",
"name": "<string>",
"accountId": "<string>",
"accountName": "<string>"
}
],
"accounts": [
{
"_id": "<string>",
"name": "<string>"
}
]
}Admin
List the accounts + institutions visible to the caller (threat panel selectors)
Populates the Account and Instance cascading selectors in the threats panel. Super derives institutions from the distinct institutionIds across all incidents (bounded/relevant); a Digital Twin admin gets their managed set. Mounted under the admin gate (isAdmin) and scoped per-institution via the institutions.list entitlement (super bypasses).
GET
/
api
/
admin
/
security
/
threats
/
scope
List the accounts + institutions visible to the caller (threat panel selectors)
curl --request GET \
--url https://pria.praxislxp.com/api/admin/security/threats/scope \
--header 'x-access-token: <api-key>'{
"success": true,
"institutions": [
{
"_id": "<string>",
"name": "<string>",
"accountId": "<string>",
"accountName": "<string>"
}
],
"accounts": [
{
"_id": "<string>",
"name": "<string>"
}
]
}Was this page helpful?
List Praxis Shield threat incidents for the caller's managed institutionsGet a full Praxis Shield incident (with evidence + LLM assessments)
⌘I