---
title: "Get Profile"
method: GET
path: "/v2/profile"
tags: ["Team"]
---

# Get Profile

`GET /v2/profile`

Get the profile of the authenticated user (the owner of the API key).

## Response `200`

Default Response

- object
  - `profile` object, required
    - `id` string, uuid, required
    - `name` string, nullable, required
    - `email` string, email, required
    - `teamId` string, uuid, nullable, required

## Other responses

- `401` — Default Response
- `404` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/duvo/apis/duvo-public-api.md) · [All operations](https://skmtc.net/duvo/apis/duvo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/duvo/duvo-public-api/revisions/dafcf3d868a9/schema)
