---
title: "Listar convites"
method: GET
path: "/api/management/invites"
tags: ["invites"]
---

# Listar convites

`GET /api/management/invites`

## Response `200`

Sucesso

- object
  - `response` boolean
  - `invites` object[]
    - `id` integer
    - `token` string
    - `email` string, email
    - `frame_id` string
    - `is_expired` boolean
    - `role_ids` integer[]
    - `funnel_access` object[]
      - `index_all` boolean
      - `step_change` boolean
      - `index_created` boolean
      - `index_assigned` boolean
      - `project_funnel_id` integer
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `401` — Não autorizado

## Changes

- **2026-05-11** `b60a763c26bf` — 1 info
  - added the optional property `invites/items/is_expired` to the response with the `200` status

[Change history](https://skmtc.dev/olie-ai/apis/olie-api/changes/api/management/invites/get.md)

---

[API](https://skmtc.dev/olie-ai/apis/olie-api.md) · [All operations](https://skmtc.dev/olie-ai/apis/olie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/olie-ai/olie-api/revisions/8c9bac94e5ad/schema)
