latestOpenAPI 3.0.02026-08-10221235717.8 KB
e21ad140ec3c
public
Application
Get an existing Application
Gets a specific Application in the specified Organization by ID.
get/orgs/{orgId}/apps/{appId}
Path parameters
orgIdstring required
The Organization ID.
appIdstring required
The Application ID.
Response
The Application requested.
Example response
{
"created_at": "2020-05-22T14:53:27Z",
"created_by": "a.user@example.com",
"status": "active",
"status_changed_at": "2020-05-22T14:53:27Z",
"envs": [
{
"id": "my-env",
"name": "My Environment"
}
],
"id": "my-app",
"name": "My Application"
}