---
title: "Get Api Key Scope"
method: GET
path: "/v2/api-key/scope"
tags: ["API Keys"]
---

# Get Api Key Scope

`GET /v2/api-key/scope`

## Response `200`

Successful Response

- APIKeyScopeRead
  - `organization_id` string, uuid, required — Unique id of the organization that the api_key belongs to.
  - `project_id` string, uuid — Unique id of the project that the api_key belongs to.
  - `environment_id` string, uuid — Unique id of the environment that the api_key belongs to.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/permit/apis/permit-io-api.md) · [All operations](https://skmtc.net/permit/apis/permit-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/permit/permit-io-api/versions/f3391dcb29a4/schema)
