---
title: "Fetch an invitation"
method: GET
path: "/invitations/{invitation_id}"
tags: ["invitations"]
---

# Fetch an invitation

`GET /invitations/{invitation_id}`

Gets a matching invitation.

## Query parameters

- `fields` string
- `include` string

## Headers

- `Accept` 'application/json', required

## Response `200`

The matching invitation.

- object
  - `data` Invitation, required
    - `id` string, required — Unique identifier for the resource instance.
    - `type` 'invitations', required — The type of the resource.
    - `attributes` InvitationAttributes, required
      - `email` string, required — Email address of the recipient.
      - `permission_level` string — Access to grant the recipient.
      - `personal_message` string — A message for the recipient.
      - `invitation_url` string — The invitation's URL.

## Other responses

- `default` — Generic error payload

---

[API](https://skmtc.net/smartsheet/apis/brandfolder-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/brandfolder-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/brandfolder-openapi-reference/revisions/fd95b0a2d2f8/schema)
