---
title: "POST /invitation/link/accept"
method: POST
path: "/invitation/link/accept"
tags: ["invitation"]
---

# POST /invitation/link/accept

`POST /invitation/link/accept`

Accept invitation link

## Request body

- object
  - `invitationCode` string, required
  - `invitationId` string, required

## Response `201`

Successful response, return the spaceId or baseId of the invitation link.

- object
  - `spaceId` string, nullable, required
  - `baseId` string, nullable, required

---

[API](https://skmtc.net/teable/apis/teable-app.md) · [All operations](https://skmtc.net/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teable/teable-app/revisions/7515f3b33d79/schema)
