---
title: "GET /api/workspaces/invitations/token/{token}/"
method: GET
path: "/api/workspaces/invitations/token/{token}/"
tags: ["Workspace invitations"]
---

# GET /api/workspaces/invitations/token/{token}/

`GET /api/workspaces/invitations/token/{token}/`

Responds with the serialized workspace invitation if an invitation with the provided token is found.

## Path parameters

- `token` string, required

## Response `200`

- UserWorkspaceInvitation — This serializer is used for displaying the invitation to the user that doesn't have access to the workspace yet, so not for invitation management purposes.
  - `id` integer, required
  - `invited_by` string, required
  - `workspace` string, required
  - `email` string, email, required — The email address of the user that the invitation is meant for. Only a user with that email address can accept it.
  - `created_on` string, date-time, required
  - `email_exists` boolean, required

## Other responses

- `400`
- `404`

---

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