---
title: "Get available REST endpoints"
method: GET
path: "/rest/api/v1/projects/{projectId}/apiKeys/availableEndpoints"
tags: ["Key Management API"]
---

# Get available REST endpoints

`GET /rest/api/v1/projects/{projectId}/apiKeys/availableEndpoints`

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.

## Path parameters

- `projectId` string, uuid, required

## Response `200`

OK

- RestEndpointMetadataDTO[]
  - `method` string — HTTP method
  - `path` string — Endpoint path pattern
  - `summary` string — Operation summary/description if available

---

[API](https://skmtc.net/metacopier/apis/metacopier-api.md) · [All operations](https://skmtc.net/metacopier/apis/metacopier-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metacopier/metacopier-api/revisions/ff1699330afa/schema)
