---
title: "Accept a received invite"
method: POST
path: "/invites/{space_id}/accept"
---

# Accept a received invite

`POST /invites/{space_id}/accept`

Accepts the invite the authenticated user has received to the given
space, joining it. Requires user authentication (JWT).

## Path parameters

- `space_id` string, required

## Response `200`

Invite accepted

- InviteActionResult — Result of accepting or declining a received invite.
  - `space_id` string, required — ID of the space the invite was for.
  - `space_name` string, required — Name of the space the invite was for.

## Other responses

- `default` — Error response

---

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