---
title: "Accept a company invitation"
method: POST
path: "/api/v1/company-user/accept"
tags: ["Company User"]
---

# Accept a company invitation

`POST /api/v1/company-user/accept`

Accept a company invitation

## Request body

- AcceptInvitationDTO
  - `hash` string, required — Hash from the invitation link.
  - `password` string, required

## Response `200`

Successful Response

- TokenResponse
  - `access_token` string, required
  - `refresh_token` string, required

## Other responses

- `401` — Authentication required.
- `403` — Access denied.
- `404` — The requested resource was not found.
- `422` — Validation error. Please check your input.

---

[API](https://skmtc.dev/pwapps/apis/curie-api.md) · [All operations](https://skmtc.dev/pwapps/apis/curie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pwapps/curie-api/revisions/060ef67e573a/schema)
