The ID of the application. You can find this in the URL of your application’s dashboard.
Response
Indicates whether the call was successful.. success
if successful, error
if not.
The status code of the response.
The contents of the response.
The ID of the application owner.
The application’s cluster.
The application’s RAM usage in MB.
The application’s programming language.
The application’s domain (null if not applicable).
Custom information about the application (null if not applicable).
{
"status": "success",
"response": {
"name": "Best bot forever",
"id": "64d0c750212742ca8704fb458c9771af",
"owner": "3133971456989594464",
"cluster": "fl-micron-1",
"ram": 1024,
"language": "rust",
"domain": null,
"custom": null
}
}