---
title: "Get current API key details and validation status"
method: GET
path: "/v1/api/me"
tags: ["Account"]
---

# Get current API key details and validation status

`GET /v1/api/me`

Returns information about the authenticated API key including plan, devices, usage statistics, and integration details.

## Response `200`

API key details and validation status.

- ApiKeyDetails
  - `valid` boolean — Whether the API key is valid.
  - `api_key` string — The API key used for authentication.
  - `plan` string — The plan associated with this API key.
  - `metadata` object — Custom metadata associated with the API key.
  - `integration_details` object, nullable — Integration-specific details (GHL or API integration).
    - `name` string — Name of the integration (GHL only).
    - `customer_webhook_url` string, uri — Webhook URL for API integrations.
    - `metadata` object — Integration-specific metadata.
  - `devices` object[] — List of devices associated with this API key.
    - `device_hash` string — Hashed device identifier.
    - `is_active` boolean — Whether the device is currently active.
    - `last_active` integer, nullable — Unix timestamp (ms) of last device activity.
  - `usage` object — Usage statistics for this API key.
    - `inbound_messages` integer — Total number of inbound messages.
    - `outbound_messages` integer — Total number of outbound messages.
    - `last_message_sent` integer, nullable — Unix timestamp (ms) of the last message sent.

## Other responses

- `401` — Invalid or missing API key.
- `500` — Internal server error.

---

[API](https://skmtc.dev/blooio/apis/blooio-messaging-api-v3.md) · [All operations](https://skmtc.dev/blooio/apis/blooio-messaging-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blooio/blooio-messaging-api-v3/revisions/2d1e4d94ef5b/schema)
