> ## Documentation Index
> Fetch the complete documentation index at: https://docs.directify.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Directories

> Manage directories through the Directify API - retrieve all directories owned by the authenticated user.

## Directories

### Get All Directories

Retrieve all directories owned by the authenticated user.

```http theme={null}
GET /api/directories
```

**Response:**

```json theme={null}
{
  "data": [
    {
      "id": 1,
      "name": "Tech Startups Directory"
    },
    {
      "id": 2,
      "name": "Design Tools Directory"
    }
  ]
}
```
