v1
latestOpenAPI 3.0.32026-07-17502149.6 KBApps
List apps
Returns all apps accessible by the authenticated account
get/apps
Headers
tenantstring
Filter apps by tenant/organization ID
Response
List of apps
Example response
{
"apps": [
{
"name": "MyApp-iOS",
"collaborators": {
"user@example.com": {
"permission": "Owner",
"isCurrentAccount": true
}
},
"deployments": [
"Production",
"Staging"
]
}
]
}