v1
latestOpenAPI 3.0.32026-07-17502149.6 KBApps
Get app
Returns details of a specific app
get/apps/{appName}
Path parameters
appNamestring required
Application name (or 'owner:appName' for disambiguation)
Headers
tenantstring
Organization/tenant ID filter
Response
App details
Example response
{
"app": {
"name": "MyApp-iOS",
"collaborators": {
"user@example.com": {
"permission": "Owner",
"isCurrentAccount": true
}
},
"deployments": [
"Production",
"Staging"
]
}
}