---
title: "GET /tenants/self/invitations"
method: GET
path: "/tenants/self/invitations"
tags: ["Tenants"]
---

# GET /tenants/self/invitations

`GET /tenants/self/invitations`

## Query parameters

- `status` 'PENDING' | 'EXPIRED'
- `page` integer, nullable
- `start` string, nullable
- `size` integer, nullable

## Response `200`

Success

- TenantInvitationResponsePaginatedList
  - `pagination` Pagination
    - `total_items` integer, nullable
    - `page_number` integer, nullable
    - `page_size` integer, nullable
    - `total_pages` integer, nullable
    - `after` string, nullable
    - `next` string, nullable
  - `data` TenantInvitationResponse[], nullable
    - `id` string, uuid
    - `tenant_id` string, uuid
    - `email` string, email, nullable
    - `role` string, nullable
    - `status` 'PENDING' | 'EXPIRED'
    - `expires_at` string, date-time
    - `created_by` string, uuid, nullable
    - `created_at` string, date-time, nullable
    - `modified_by` string, uuid, nullable
    - `modified_at` string, date-time, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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