# Get the default application for an environment Retrieve the default application configured in the current environment. The default application typically defines the primary application used for user access and authentication flows. This route requires an environment token for authentication. Endpoint: GET /resources/applications/v1/default ## Response 200 fields (application/json): - `id` (string, required) - `accessType` (string, required) Enum: "FREE_ACCESS", "MANAGED_ACCESS" - `appURL` (string, required) - `loginURL` (string, required) - `isDefault` (boolean, required) - `isActive` (boolean, required) - `name` (string, required) - `logoURL` (string, required) - `createdAt` (string, required) - `updatedAt` (string, required) - `type` (string, required) - `frontendStack` (string, required) - `description` (string, required) - `integrationFinishedAt` (string, required) - `metadata` (object)