---
title: "Get account by access key"
method: GET
path: "/accountByaccessKeyName"
tags: ["Account"]
---

# Get account by access key

`GET /accountByaccessKeyName`

Retrieves account information using an access key name

## Headers

- `accesskeyname` string, required

## Response `200`

Account details

- object
  - `user` AccountStorage
    - `id` string
    - `email` string, email
    - `name` string
    - `gitHubId` string
    - `microsoftId` string
    - `azureAdId` string
    - `createdTime` integer

## Other responses

- `400` — Bad request - invalid parameters

---

[API](https://skmtc.net/dream-horizon-org/apis/delivr-ota-server-api.md) · [All operations](https://skmtc.net/dream-horizon-org/apis/delivr-ota-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dream-horizon-org/delivr-ota-server-api/revisions/0ad4e4284735/schema)
