List Apps
GET /apps
GET
/apps
PREVIEW. This endpoint is deployed but gated: it returns 404 unless the hosted app platform is enabled for your organization. It is published here so the contract describes the whole surface, not so it can be called today.
List the apps your organization owns, newest first.
Authorizations
Parameters
Header Parameters
Responses
200
Successful Response
object
data
required
Array<object>
One builder-owned app. Mirrors AppDto.
object
app_id
required
string
builder_org_id
required
string
name
required
string
registered_origins
Https-only origins a browser app token may be presented from.
Array<string>
slug
required
string
status
required
Lifecycle state: draft, published, suspended or archived. active is accepted on write as a legacy spelling of published.
string
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string