---
title: "POST /authorize_resources"
method: POST
path: "/authorize_resources"
tags: ["Check API"]
---

# POST /authorize_resources

`POST /authorize_resources`

Returns a subset of resources on which an actor can perform a particular action. Ordering and duplicates, if any exist, are preserved.

## Request body

- AuthorizeResourcesQuery
  - `actor_type` string, required
  - `actor_id` string, required
  - `action` string, required
  - `resources` Value[], required
    - `type` string, nullable
    - `id` string, nullable
  - `context_facts` Fact[]
    - `predicate` string, required
    - `args` Value[], required
      - `type` string, nullable
      - `id` string, nullable

## Response `200`

- AuthorizeResourcesResult
  - `results` Value[], required
    - `type` string, nullable
    - `id` string, nullable

## Other responses

- `default`

---

[API](https://skmtc.net/osohq/apis/oso-cloud-http-api.md) · [All operations](https://skmtc.net/osohq/apis/oso-cloud-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/osohq/oso-cloud-http-api/versions/edaea3b218bd/schema)
