---
title: "Get details of a specific invitation"
method: GET
path: "/organization/invites/{invitation}"
tags: ["Organizations Invitations"]
---

# Get details of a specific invitation

`GET /organization/invites/{invitation}`

REQUIRED SCOPES <code>['organizations-invitations:read']</code><br>Get details of a specific invitation

## Path parameters

- `invitation` integer, required

## Response `200`

Successful operation

- object
  - `id` integer — Invitation ID
  - `email` string — Invited user's email
  - `token` string — Invitation token
  - `url` string — Invitation URL
  - `owner_id` integer — Owner ID
  - `organization_id` integer — Organization ID
  - `user_id` integer, nullable — User ID if accepted
  - `team_id` integer, nullable — Team ID if accepted
  - `profile_id` integer, nullable — User Profile ID if accepted
  - `created_at` string, date-time — Creation timestamp
  - `updated_at` string, date-time — Last update timestamp
  - `user` object, nullable — User details if invitation is accepted
    - `id` integer
    - `name` string
    - `email` string
    - `profile` object
      - `id` integer
      - `first_name` string
      - `last_name` string
  - `organization` object
    - `id` integer
    - `name` string

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Invitation not found

---

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