English
Retrieve technical information about your application.
cURL
curl --request GET \ --url https://api.squarecloud.app/v2/apps/{app_id} \ --header 'Authorization: <authorization>'
{ "status": "success", "response": { "name": "Best bot forever", "id": "64d0c750212742ca8704fb458c9771af", "owner": "3133971456989594464", "cluster": "fl-micron-1", "ram": 1024, "language": "rust", "domain": null, "custom": null } }
success
error
Show Toggle object
Was this page helpful?