---
title: "Get Project"
method: GET
path: "/api/frontend/v1/project"
tags: ["FrontendService"]
---

# Get Project

`GET /api/frontend/v1/project`

## Response `200`

OK

- GetProjectResponse
  - `project` Project
    - `id` string
    - `displayName` string
    - `createTime` string, date-time
    - `updateTime` string, date-time
    - `logInWithGoogle` boolean
    - `logInWithMicrosoft` boolean
    - `logInWithEmail` boolean
    - `logInWithPassword` boolean
    - `logInWithSaml` boolean
    - `logInWithAuthenticatorApp` boolean
    - `logInWithPasskey` boolean
    - `vaultDomain` string

## Other responses

- `400` — API Error
- `401` — API Error
- `403` — API Error
- `404` — API Error

## Changes

- **2025-03-04** `9bf35cefefcb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tesseral-labs/apis/frontendservice-api/changes/api/frontend/v1/project/get.md)

---

[API](https://skmtc.dev/tesseral-labs/apis/frontendservice-api.md) · [All operations](https://skmtc.dev/tesseral-labs/apis/frontendservice-api/llms.txt) · [OpenAPI document](https://skmtc.dev/tesseral-labs/apis/frontendservice-api/revisions/9bf35cefefcb?raw)
