---
title: "Get invitation info by hash (public, no auth)"
method: GET
path: "/api/v1/company-user/invitations/info/{hash}"
tags: ["Company User"]
---

# Get invitation info by hash (public, no auth)

`GET /api/v1/company-user/invitations/info/{hash}`

Returns company name, logo, inviter email, team name and expiry status. No auth required.

## Path parameters

- `hash` string, required

## Response `200`

Successful Response

- InvitationInfoDTO
  - `companyName` string, required
  - `companyLogoUrl` string, nullable
  - `inviterEmail` string, required
  - `teamName` string, nullable
  - `expiresAt` string, date-time, required
  - `isExpired` boolean, required
  - `isRedeemed` boolean, required

## Other responses

- `404` — The requested resource was not found.
- `422` — Validation error. Please check your input.

---

[API](https://skmtc.dev/pwapps/apis/curie-api.md) · [All operations](https://skmtc.dev/pwapps/apis/curie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pwapps/curie-api/revisions/060ef67e573a/schema)
