---
title: "Accept Group Invite"
method: POST
path: "/chats/accept-invite"
tags: ["chats", "group"]
---

# Accept Group Invite

`POST /chats/accept-invite`

This endpoint allows a user to accept a group invite

## Headers

- `x-phone` string, required

## Request body

- object
  - `invite_code` string, required — - Provide the invite code to accept the group invite

## Response `200`

200 OK

- object — The response is a chat object. Refer to [the chat object here](/api-reference/objects/the-chat-object)

---

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