# claim

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/trial/trial.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/trial/trial.controller.ts#L35)

Claim a trial project into the logged-in user’s organization

## Endpoint

`POST /trial/:projectId/claim`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `projectId` | path | `string` | ✓ |  |

## Referenced By

- `TrialController` (MODULE_DECLARES)
