Skip to main content
GET
/
v1
/
apps
/
{app_name}
Get App Details
curl --request GET \
  --url https://api.example.com/v1/apps/{app_name} \
  --header 'X-API-KEY: <api-key>'
{
  "name": "<string>",
  "description": "<string>",
  "functions": [
    {
      "name": "<string>",
      "description": "<string>"
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

API key for authentication

Path Parameters

app_name
string
required

Response

Successful Response

name
string
required
description
string
required
functions
FunctionBasic · object[]
required