List apps
Return the signed-in account's apps that have not been deleted.
GET /api/apps
Section titled “GET /api/apps”Requires a bearer token minted in the console under Settings → API tokens, or the token the CLI saves after sign-in. Deleted apps are omitted. The complete public contract is the generated OpenAPI document; this page exists so search can index a representative operation without relying on the client-rendered Scalar panel.
Authentication: bearer token in the Authorization header.
Responses
Section titled “Responses”200— JSON array of apps owned by the caller.401— Missing or invalid bearer token.
Download this page as Markdown or the OpenAPI document as JSON.