---
title: "Check authorization"
method: POST
path: "/api/v2/authcheck"
tags: ["Authorization"]
---

# Check authorization

`POST /api/v2/authcheck`

## Request body

- CodersdkAuthorizationRequest
  - `checks` object — Checks is a map keyed with an arbitrary string to a permission check. The key can be any string that is helpful to the caller, and allows multiple permission checks to be run in a single request. The key ensures that each permission check has the same key in the response.

## Response `200`

OK

- CodersdkAuthorizationResponse

---

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