The unique identifier of your company
URL Parameters
The unique identifier of the app
Response
Indicates if the request was successful
A message describing the result of the operation
The app object
Unique identifier for the app
Description of the app (if provided)
Environment of the app (“development” or “production”)
Timestamp when the app was created
Timestamp when the app was last updated
Response Example
{
"success": true,
"message": "App retrieved successfully",
"data": {
"id": "app_01JT38AK6GH3VXP2PPH5BTF36X",
"name": "second app",
"description": "",
"environment": "development",
"createdAt": "2025-04-30T11:46:45.092Z",
"updatedAt": "2025-04-30T11:46:45.092Z"
}
}