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

# Company Applications API

> Endpoints for companies to manage job applications

## Overview

The Company Applications API allows companies to view and manage applications submitted to their job postings.

## Endpoints

| Method | Endpoint                         | Description                                     |
| ------ | -------------------------------- | ----------------------------------------------- |
| GET    | `/companies/me/applications`     | List all applications                           |
| GET    | `/companies/me/applications/:id` | Get application details (includes applicant CV) |
| PATCH  | `/companies/me/applications/:id` | Update application status                       |

## Authentication

All endpoints require **Company authentication**.
