GET
/
tail
/
apps
curl --request GET \
  --url https://api.raccoonai.tech/tail/apps \
  --header 'raccoon-secret-key: <api-key>'
{
  "availableApps": [
    {
      "appDescription": "This app helps you be more productive.",
      "appName": "my_awesome_app",
      "appUrl": "https://my-awesome-app.com",
      "category": "Productivity",
      "displayName": "My Awesome App",
      "icon": "https://example.com/app_icon.png",
      "status": "Active"
    }
  ]
}

Authorizations

raccoon-secret-key
string
header
required

Response

200 - application/json

Successful Response

The response is of type object.