---
title: "Get My API Key Information"
method: GET
path: "/me"
tags: ["Authentication"]
---

# Get My API Key Information

`GET /me`

Retrieve information and permissions for the currently active API key.

View connected blog and list of granted permissions.

## Response `200`

API key information retrieved successfully

## Other responses

- `401` — Authentication failed
- `405` — Method not allowed
- `500` — 서버 내부 오류

---

[API](https://skmtc.dev/inblog/apis/inblog-api.md) · [All operations](https://skmtc.dev/inblog/apis/inblog-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inblog/inblog-api/revisions/445daf773d30/schema)
