---
title: "Exchange a user access token for a tenant API key (first call seeds the tenant's signing key + demo schemas)."
method: POST
path: "/v1/tenant/bootstrap"
tags: ["Other"]
---

# Exchange a user access token for a tenant API key (first call seeds the tenant's signing key + demo schemas).

`POST /v1/tenant/bootstrap`

Exchange a user access token for a tenant API key (first call seeds the tenant's signing key + demo schemas).

## Request body

- object

## Response `200`

No response body

- object
  - `api_key` string
  - `email` string
  - `environment` string
  - `role` string
  - `seeded` boolean
  - `tenant` object
    - `name` string
    - `slug` string

---

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