---
title: "Accept Invitation"
method: POST
path: "/v1/invitations/accept"
tags: ["v1", "protected", "workspace-invitations"]
---

# Accept Invitation

`POST /v1/invitations/accept`

Accept an invitation as the authenticated user.

Idempotent for the same acceptor.

## Request body

- AcceptInvitationBody
  - `token` string, required

## Response `200`

Successful Response

- AcceptInvitationResponse
  - `invitation_id` string, uuid, required
  - `user_id` string, required
  - `workspace_id` string, required

## Other responses

- `422` — Validation Error

---

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