---
title: "Get the list of standards defined for the customer."
method: GET
path: "/api/v2/compliance/standards"
tags: ["Compliance"]
---

# Get the list of standards defined for the customer.

`GET /api/v2/compliance/standards`

Get the list of standards defined for the customer.

## Response `200`

Success

- Standard[]
  - `Standard` string — The name of the standard.
  - `Description` string — The description of this standard.
  - `Type` string — The type of the standard. For now, a compliance standard is one of three types; Global, Industry and Custom/Enterprise. Most of the accepted and well-known standards fall into the Global category.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `default` — Failure

---

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