---
title: "POST /tenants"
method: POST
path: "/tenants"
tags: ["Tenants"]
---

# POST /tenants

`POST /tenants`

create new tenant

## Headers

- `x-tenant-id` string

## Request body

- TenantsCreateOptions
  - `config` object, required
    - `connectionImageUrl` string
    - `label` string, required

## Response `200`

Ok

- TenantRecord
  - `id` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time
  - `type` string, required
  - `storageVersion` string, required
  - `config` TenantApiConfig, required — From T, pick a set of properties whose keys are in the union K
    - `label` string, required
    - `connectionImageUrl` string

---

[API](https://skmtc.net/openwallet-foundation/apis/credo-rest-api.md) · [All operations](https://skmtc.net/openwallet-foundation/apis/credo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openwallet-foundation/credo-rest-api/revisions/33596742b733/schema)
