---
title: "Create invite link"
method: POST
path: "/v1/whatsapp/wa-groups/{groupId}/invite-link"
tags: ["WhatsApp"]
---

# Create invite link

`POST /v1/whatsapp/wa-groups/{groupId}/invite-link`

Create a new invite link for a WhatsApp group. The previous link is revoked.

Not available on [Coexistence](/platforms/whatsapp/connection#whatsapp-business-app-coexistence) numbers. Requires a Cloud API-only number.

## Path parameters

- `groupId` string, required

## Query parameters

- `accountId` string, required

## Response `200`

Invite link created

- object
  - `success` boolean
  - `inviteLink` string

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/1e9a379eafca/schema)
