Trust Registry
Get framework trust state
Return whether a trust framework is currently trusted for the tenant, and whether that value is the framework default or an explicit override. Pass an optional relying_party query parameter to read the per-relying-party trust state.
get/v1/trust-frameworks/{slug}/trust
Path parameters
slugstring required
Slug of the trust framework.
Query parameters
relying_partystring uuid
Optional relying party UUID to scope the trust state to.
Response
The framework trust state for the tenant.
Example response
{
"slug": "eidas2",
"enabled": true,
"is_default": true
}