latestOpenAPI 3.0.12026-08-16171142480.4 KB

ff1699330afa

Key Management API

Get available REST endpoints

Returns a list of all REST endpoints with their HTTP methods that can be controlled via API key access policy. Endpoints annotated with @Hidden are excluded.

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

Path parameters

projectIdstring uuid required

Response

OK

methodstring

HTTP method

pathstring

Endpoint path pattern

summarystring

Operation summary/description if available

Example response

[
  {
    "method": "GET",
    "path": "/rest/api/v1/projects/{projectId}/strategies"
  }
]