---
title: "Get group invite"
method: GET
path: "/groups/{GroupID}/invite"
tags: ["Groups"]
---

# Get group invite

`GET /groups/{GroupID}/invite`

This method retrieves the ID of the group invitation. [What it is and how to work with it](https://support.whapi.cloud/help-desk/groups/add-new-member-to-group#sending-an-invitation-to-a-group)

## Path parameters

- `GroupID` string, required — Group ID

## Response `200`

- GroupInvite
  - `invite_code` string, required

## Other responses

- `400` — Wrong request parameters
- `401` — Need channel authorization for create invite link
- `403` — You do not have permissions for this action
- `404` — Specified group not found
- `429` — Too many requests
- `500` — Internal Error

---

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