cURL
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>" } ] }
Returns an application (name, description, and functions).
API key for authentication
Successful Response
Show child attributes