Skip to main content
GET
/
apps
/
fetch-app-manifest
/
{id}
Fetch app manifest
curl --request GET \
  --url https://apps-studio.thena.ai/apps/fetch-app-manifest/{id} \
  --header 'x-api-key: <api-key>'
{
  "uid": "VGQJEZEJ10W**********R7YPFVEG",
  "name": "Thena Hub",
  "slug": "thena-hub",
  "description": "Boost your ticketing workflows with Thena Hub! Seamlessly manage customer interactions, automate ticket updates, and collaborate with your team—all without leaving Slack",
  "visibility": "public",
  "manifest": {},
  "createdAt": "2024-12-13T10:00:00.000Z",
  "updatedAt": "2024-12-13T10:00:00.000Z"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Response

uid
string
required
Example:
name
string
required
Example:
slug
string
required
Example:
description
string
required
Example:
visibility
enum<string>
required
Available options:
public,
private,
unlisted
Example:
manifest
object
required
createdAt
string<date-time>
required
Example:
updatedAt
string<date-time>
required
Example: