# APIEndpoint

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/ui-core/src/components/api-explorer/EndpointList.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/ui-core/src/components/api-explorer/EndpointList.ts#L11)

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `path` | `string` |
| `method` | `string` |
| `summary` | `string` |
| `description` | `string` |
| `tags` | `string[]` |
| `requiresAuth` | `boolean` |
