---
title: "Get the profile of the tenant."
method: GET
path: "/api/v2/profile"
tags: ["Profile"]
---

# Get the profile of the tenant.

`GET /api/v2/profile`

Get the profile of the tenant.

## Response `200`

Success

- Profile
  - `Name` string, required — The name of the tenant.
  - `Domain` string, required — The main domain value of the tenant.
  - `SuccessManager` string — The success manager of the tenant at Black Kite side.

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/versions/7dadaba760fb/schema)
