---
title: "Get App Invite"
method: GET
path: "/sdk/apps/invites/{SDK_appInviteToken}"
tags: ["SDK Apps / Invites"]
---

# Get App Invite

`GET /sdk/apps/invites/{SDK_appInviteToken}`

## Path parameters

- `SDK_appInviteToken` string, required

## Response `200`

Successful response

- object
  - `appInvite` object
    - `name` string
    - `label` string
    - `theme` string, color
    - `created` string, date-time
    - `access` boolean
    - `manifestBasic` object
      - `icon` string
      - `name` string
      - `label` string
      - `theme` string, color
      - `groups` object[]
        - `label` string
        - `modules` string[]
      - `public` boolean
      - `actions` object[]
        - `name` string
        - `label` string
        - `public` boolean
        - `approved` boolean
        - `responder` boolean
        - `description` string
        - `supportsAgent` boolean
      - `version` string
      - `searches` object[]
        - `name` string
        - `label` string
        - `public` boolean
        - `approved` boolean
        - `description` string
        - `supportsAgent` boolean
      - `triggers` object[]
        - `acid` boolean
        - `name` string
        - `label` string
        - `public` boolean
        - `approved` boolean
        - `listener` boolean
        - `description` string
        - `supportsAgent` boolean
      - `description` string
      - `supportsAgent` boolean
    - `language` string
    - `installable` integer[]

---

[API](https://skmtc.dev/make/apis/web-api-v2-public.md) · [All operations](https://skmtc.dev/make/apis/web-api-v2-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/make/web-api-v2-public/revisions/531769e6f813/schema)
