---
title: "Check if a team invitation code is valid"
method: POST
path: "/team-invitations/accept/check-code"
tags: ["Teams"]
---

# Check if a team invitation code is valid

`POST /team-invitations/accept/check-code`

Check if a team invitation code is valid without using it

## Request body

- object
  - `code` string, required — A 45 character code

## Response `200`

Successful response

- object
  - `is_code_valid` boolean, required

---

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