---
title: "AcceptInvitation"
method: POST
path: "/invitations/{token}/accept"
tags: ["Teams"]
---

# AcceptInvitation

`POST /invitations/{token}/accept`

Accept a team invitation.

Returns:
    Redirect to the team page.

## Path parameters

- `token` string, required — The invitation token.

## Response `201`

Document created, URL follows

## Other responses

- `400` — Bad request syntax or unsupported method

---

[API](https://skmtc.net/litestar-org/apis/app.md) · [All operations](https://skmtc.net/litestar-org/apis/app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/litestar-org/app/versions/461f3baecebb/schema)
