---
title: "Verify the compliance of a provided CBOM against a policy"
method: POST
path: "/api/v1/compliance/check"
tags: ["Compliance Resource"]
---

# Verify the compliance of a provided CBOM against a policy

`POST /api/v1/compliance/check`

Returns the JSON sent by the Regulator API, containing various information about the compliance of the CBOM for a set policy.

## Query parameters

- `policyIdentifier` string

## Request body

- string

## Response `200`

OK

## Changes

> 5 revisions in range; 1 could not be searched.

- **2025-05-26** `8b56df2e2933` — 1 breaking
  - request body became required
- **2024-11-21** `1a1868e2a686` — 1 breaking, 1 info
  - removed the media type `application/json` for the response with the status `200`
  - removed the non-success response with the status `503`
- **2024-09-17** `02adea99283b` — 3 info
  - request body became optional
  - added the media type `application/json` for the response with the status `200`
  - added the non-success response with the status `503`

[Change history](https://skmtc.dev/cbomkit/apis/cbomkit-api/changes/api/v1/compliance/check/post.md)

---

[API](https://skmtc.dev/cbomkit/apis/cbomkit-api.md) · [All operations](https://skmtc.dev/cbomkit/apis/cbomkit-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cbomkit/cbomkit-api/revisions/b95e38313510/schema)
