---
title: "checks if the user is authorized for specific method."
method: POST
path: "/api/is_authorized"
tags: ["pyLoad REST"]
---

# checks if the user is authorized for specific method.

`POST /api/is_authorized`

checks if the user is authorized for specific method.

## Request body

- object
  - `func_name` string, required — function name
  - `userdata` object, required — dictionary of user data

## Response `200`

boolean

- boolean

---

[API](https://skmtc.net/pyload/apis/pyload-api-documentation-openapi.md) · [All operations](https://skmtc.net/pyload/apis/pyload-api-documentation-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pyload/pyload-api-documentation-openapi/versions/00b0770e3fa6/schema)
