---
title: "Get current API key info"
method: GET
path: "/v1/me"
tags: ["Authentication"]
---

# Get current API key info

`GET /v1/me`

Returns information about the authenticated API key and organization

## Response `200`

API key information

- object
  - `organizationId` string, uuid
  - `message` string

## Other responses

- `401` — Invalid or missing API key
- `403` — Subscription required or plan not eligible

---

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