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
Example response
[
{
"description": "Hide financial information like balance, equity, and profit displays",
"id": "FINANCIAL_OVERVIEW",
"name": "Financial Overview"
}
]Changes
No recorded changes to this endpoint across all 3 revisions of this API.