latestOpenAPI 3.0.12026-08-16171142480.4 KB

ff1699330afa

Key Management API

Get available frontend features

Returns a list of all frontend features that can be hidden via API key access policy.

get/rest/api/v1/projects/{projectId}/apiKeys/availableFrontendFeatures

Path parameters

projectIdstring uuid required

Response

OK

descriptionstring

Feature description

idstring

Feature enum name

namestring

Feature display name

Example response

[
  {
    "description": "Hide financial information like balance, equity, and profit displays",
    "id": "FINANCIAL_OVERVIEW",
    "name": "Financial Overview"
  }
]