---
title: "Api Keys Load"
method: GET
path: "/dashboard/bot/{guild_id}/api_keys/"
tags: ["dashboard"]
---

# Api Keys Load

`GET /dashboard/bot/{guild_id}/api_keys/`

## Path parameters

- `guild_id` integer, required

## Response `200`

Successful Response

- APIKeyModelOutput[]
  - `id` string
  - `name` string, required
  - `permissions` Permissions
    - `points` PointsPermission
      - `view` boolean
      - `edit` boolean
    - `verification` VerificationPermission — Split so a key can answer "is this member verified" without being handed identities. API keys get pasted into other people's systems. A forum that only gates registration on verification has no business receiving Roblox ids, and a key scoped to `status` cannot leak them even if that system is compromised.
      - `status` boolean
      - `accounts` boolean
    - `automations` AutomationsPermission
      - `run` boolean
    - `discord` DiscordPermission
      - `view_members` boolean
  - `api_key` string, nullable
  - `deleted` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/monni/apis/fastapi.md) · [All operations](https://skmtc.dev/monni/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/monni/fastapi/revisions/0321cc5200a6/schema)
