apps
Get App
Get an App by ID
Args: app_id (uuid.UUID): The ID of the app
Returns: schemas.App: App object
GET
/
apps
/
{app_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
app_id
string
requiredResponse
200 - application/json
id
string
requiredname
string
requiredmetadata
object
requiredcreated_at
string
required