---
title: "apiKey.info"
method: POST
path: "/apiKey.info"
tags: ["ApiKey"]
---

# apiKey.info

`POST /apiKey.info`

Returns details for the API key used to make the request.

**Requires the [`apiKeysRead`](authentication#permissions-apikeyinfo) permission.**

## Request body

- ApiKeyInfoRequest

## Response `200`

Responses from the apiKey.info endpoint

- union
  - ApiKeyInfoSuccessResponse
    - `success` true, required
    - `results` ApiKey, required
      - `title` string, required — The title of the API key.
      - `createdAt` string, date-time, required — The date and time when the API key was created.
      - `scopes` string[], required — The permission scopes granted to the API key.
  - ErrorResponse
    - `success` false, required
    - `errors` ErrorDetail[], required
      - `message` string, required
      - `parameter` string

---

[API](https://skmtc.net/ashbyhq/apis/ashby-api.md) · [All operations](https://skmtc.net/ashbyhq/apis/ashby-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ashbyhq/ashby-api/revisions/778b919dc743/schema)
