---
title: "Accept Invite"
method: POST
path: "/api/v1/invites/accept"
tags: ["organizations"]
---

# Accept Invite

`POST /api/v1/invites/accept`

## Request body

- AcceptInviteRequest
  - `invite_token` string, required — Single-use invite token emailed to the invitee.

## Response `200`

Successful Response

- AcceptInviteResponse
  - `organization_id` string, required — Organization the invitee joined.
  - `email` string, required — Email of the user that accepted the invite.

---

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