---
title: "Get Tenant data"
method: GET
path: "/v1/tenant/{tenant_id}/"
---

# Get Tenant data

`GET /v1/tenant/{tenant_id}/`

API to fetch tenant settings (logo, colors, links, preference) corresponding to a tenant_id. To create or update tenant data, use the [Create/Update Tenant](#operation/create-tenants) endpoint.

## Path parameters

- `tenant_id` string, required

## Response `200`

200

- object — Updated Object Payload is returned in response. JSON structure similar to [request payload](/reference/create-update-tenants).

## Other responses

- `404` — 404 - Not Found

---

[API](https://skmtc.net/suprsend/apis/suprsend-api.md) · [All operations](https://skmtc.net/suprsend/apis/suprsend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/suprsend/suprsend-api/versions/8bd2574bd2c3/schema)
