---
title: "Creates project claim token"
method: POST
path: "/v1/projects/{ref}/claim-token"
tags: ["Projects"]
---

# Creates project claim token

`POST /v1/projects/{ref}/claim-token`

## Path parameters

- `ref` string, required

## Response `200`

- CreateProjectClaimTokenResponse
  - `token` string, required
  - `token_alias` string, required
  - `expires_at` string, required
  - `created_at` string, required
  - `created_by` string, uuid, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden action
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/supabase/apis/management-api.md) · [All operations](https://skmtc.net/supabase/apis/management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/supabase/management-api/versions/a7cb39418064/schema)
