---
title: "Get API key information."
method: GET
path: "/info"
tags: ["Info"]
---

# Get API key information.

`GET /info`

Get information about your API key, such as the enabled scopes and shopId which it is associated with.

## Response `200`

API key info

- ApiKeyInfo — Information about an API key used to make the request
  - `label` string, required — The human-readable label of this API key
  - `keyId` string, required — The unique ID of this API key
  - `shopId` string, required — The ID of the shop this key is associated with
  - `scopes` string[], required — The access scopes enabled for this key
  - `rateLimitUsed` number, required — How many calls have been made with this key against the rate limit. Please note that this value is periodically decreased.
  - `rateLimitMax` number, required — How many calls can be made, in total, before being rate limited.

---

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