---
title: "Get Default Api Key For User"
method: GET
path: "/backoffice/users/{user_id}/default-api-key"
tags: ["Backoffice"]
---

# Get Default Api Key For User

`GET /backoffice/users/{user_id}/default-api-key`

Get the user's default API Key

## Path parameters

- `user_id` string, required

## Response `200`

Default API key retrieved successfully

- ApiKey — API Key
  - `id` integer, required
  - `user_id` string, required
  - `name` string, required
  - `archived` boolean
  - `api_key` string, required

## Other responses

- `422` — Validation Error
- `500` — Internal server error

---

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