---
title: "Confirm Project"
method: POST
path: "/project/confirm"
tags: ["project"]
---

# Confirm Project

`POST /project/confirm`

## Confirm project
Confirm a project with the given project_id.

**Headers:**
- `Authorization` (str): HTTP bearer - API token for user authentication.

**Args:**
- `project_id` (UUID): The UUID of the project to confirm token payment.
- `api_key` (str): API key for authentication.

**Returns:**
- `Response`: HTTP response with confirmation message.

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/straker/apis/verify-api.md) · [All operations](https://skmtc.dev/straker/apis/verify-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/straker/verify-api/revisions/0d49b328bbbf/schema)
