---
title: "Pending org invites addressed to the signed-in user's email"
method: GET
path: "/v1/me/invites"
tags: ["Account"]
---

# Pending org invites addressed to the signed-in user's email

`GET /v1/me/invites`

Returns unexpired pending invites whose invited email matches the session's email. Requires a dashboard session token; API keys are org service accounts and cannot hold or accept invites.

## Response `200`

Pending invites for the caller

- MyInvite[]
  - `expiresAt` string
  - `invitedAt` string, required
  - `inviterEmail` string — Email of the user who sent the invite, when resolvable.
  - `organizationId` string, required
  - `organizationName` string
  - `role` string, required

## Other responses

- `401` — Missing or invalid API key

---

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