# APIEndpoint

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `path` | `string` |
| `method` | `string` |
| `summary` | `string` |
| `description` | `string` |
| `tags` | `string[]` |
| `parameters` | `any[]` |
| `requestBody` | `any` |
| `responses` | `Record<string, any>` |
| `requiresAuth` | `boolean` |
| `security` | `Array<Record<string, string[]>>` |
| `samples` | `Array<{ lang: string; source: string }>` |
