---
title: "View API key details"
method: GET
path: "/api/api_keys/{prefix}/"
tags: ["Users"]
---

# View API key details

`GET /api/api_keys/{prefix}/`

API view for managing API keys.

## Path parameters

- `prefix` string, required

## Response `200`

- APIKey — Declares JSON representation of `UserAPIKey` model instances.
  - `prefix` string, required
  - `created` string, date-time, required
  - `name` string — A free-form name for the API key. Need not be unique. 50 characters max.

---

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