get
https://staging.ankatech.co/api/v3/admin/tenants//supported-algorithms
Returns cryptographic algorithms filtered by tenant-specific algorithm policies.
Policy Resolution
- Tenant-specific algorithm policy (if configured) — applied as a filter
- When no active policy exists for the tenant, the full catalog is returned (no restriction)
Filtering Logic
- Algorithms explicitly denied by policy are excluded
- Algorithms not mentioned in policy are included by default
- Composite algorithms inherit filtering from component algorithms
Query Parameters (all optional, same as Core API)
| Parameter | Type | Logic | Description |
|---|---|---|---|
category | string | = | CLASSICAL, POST_QUANTUM, or HYBRID |
status | string | = | RECOMMENDED, EXPERIMENTAL, or LEGACY |
minSecurityLevel | int | >= | Minimum NIST level (1, 3, 5) |
maxSecurityLevel | int | <= | Maximum NIST level (1, 3, 5) |
keyOps | array | AND | Required operations (must support ALL) |
standards | array | AND | Required standards (must have ALL) |
kty | array | OR | Key types (matches ANY, including COMPOSITE) |
alg | array | OR | Algorithms (matches ANY) |
Use Cases
- Populate key generation UI with permitted algorithms
- Validate algorithm selection against policy
- Audit effective algorithm permissions
Authentication & Authorization
- JWT with tenantId claim matching path parameter
- Scope: admin.tenant.algorithms.read
- S2S calls from Core API: tenantId validation skipped (already validated in Core API)
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…