---
title: "Check whether the requesting user is authenticated"
method: GET
path: "/authorization/isAuthenticated"
tags: ["Authorization"]
---

# Check whether the requesting user is authenticated

`GET /authorization/isAuthenticated`

Preflight check for whether the requesting user is authenticated

## Response `200`

Result of the authorization check

- AuthorizationResult
  - `granted` boolean — Whether the authorization check resulted in granted authorization
  - `api_key_id` string — The verified id of the api key, if api key auth used
  - `user_id` string — The verified user id if the authentication is user based

## Other responses

- `400` — Invalid or missing parameter
- `401` — User not authenticated
- `403` — User not authorized
- `default` — Unknown error

---

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