---
title: "Get API Key"
method: GET
path: "/connect/settings/apikeys/{apikey_name}"
tags: ["Connect Settings"]
---

# Get API Key

`GET /connect/settings/apikeys/{apikey_name}`

Endpoint to fetch the selected API key's information from the selected workspace.

## Path parameters

- `apikey_name` string, required

## Parameters

- `#/paths/~1connect~1settings~1apikeys/get/parameters/0` — unresolved $ref
- `#/paths/~1connect~1settings~1apikeys/get/parameters/1` — unresolved $ref

## Response `200`

Success

- object
  - `body` object — Response body.
    - `ApikeyName` string — API key name.
    - `CreatedDate` string, date-time — API key creation date.
    - `Value` string — API key value.
  - `statusCode` integer — HTTP status code.

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/spot/apis/spot-by-flexera-api.md) · [All operations](https://skmtc.net/spot/apis/spot-by-flexera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spot/spot-by-flexera-api/revisions/72813baf8d47/schema)
