---
title: "POST /v1/policies/evaluate"
method: POST
path: "/v1/policies/evaluate"
---

# POST /v1/policies/evaluate

`POST /v1/policies/evaluate`

## Request body

- object
  - `organization_id` string, required — The organization ID as the owner of the policy
  - `resource` string, required — The resource in which the policy will apply (e.g. wallet, user)
  - `operation` string, required — The operation where the resource participated in which the policy will apply
  - `input` object — Input data to be used as parameters the the policy will refer into

## Response `200`

- object
  - `data` object[]
    - `id` string
    - `name` string
    - `owner` string
    - `allow` boolean
    - `violations` string[]

---

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