---
title: "List information for current API key"
method: GET
path: "/apikey"
tags: ["API Key"]
---

# List information for current API key

`GET /apikey`

Permissions required: none


Get the user information for your API key.

As with any endpoint, a signature included in the request will be validated. This can be used to confirm the associated signing key as well information about the current API key.

## Response `200`

Information for current API key

- APIKeyInfoResponse
  - `data` APIKeyDetails, required
    - `id` string, required — An ID uniquely identifying an API key.
    - `permissions` object[], required — The permissions enabled for an API key. Each permission maps to an object, which may contain additional qualifiers.
      - `permission` 'AUTHORIZE_SETTLEMENTS' | 'CREATE_DEPOSIT_ADDRESS' | 'DEPOSIT_ATTRIBUTION' | 'EXTERNAL_LOAN_WRITE' | 'FACILITY_ONLY' | 'INTERNAL_TRANSFER' | 'INITIATE_WITHDRAWAL' | 'LENDER_READ' | 'ONBOARDING' | 'WRITE_TAX' | 'PROPOSE_ACCEPT_SETTLEMENTS' | 'READ' | 'READ_DEPOSIT_ATTRIBUTION' | 'READ_SUBACCOUNT' | 'READ_TRADE' | 'SUBACCOUNT' | 'TRADE' | 'TRANSFER' | 'CONVERT_STABLECOINS' | 'FIAT_BANKING' | 'CONFIGURE_WEBHOOKS', required
      - `vaultIds` string[] — The vaultIds for which this permission may be used. VaultIds are not applicable to all permissions.

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference.md) · [All operations](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchorage/anchorage-digital-api-reference/versions/166864b1ec6d/schema)
