Get available 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" } ] }
Successful Response
The response is of type object.
object
Was this page helpful?