---
title: "POST /managed/blueprints/validate/"
method: POST
path: "/managed/blueprints/validate/"
tags: ["managed"]
---

# POST /managed/blueprints/validate/

`POST /managed/blueprints/validate/`

Validate blueprint from .yaml file and return any errors

## Response `200`

- BlueprintImportResult — Logs of an attempted blueprint import
  - `logs` LogEvent[], required
    - `timestamp` string, date-time, required
    - `log_level` 'critical' | 'exception' | 'error' | 'warn' | 'warning' | 'info' | 'debug' | 'notset', required
    - `logger` string, required
    - `event` string, required
    - `attributes` object, required
  - `success` boolean, required
  - `imported` boolean, required

## Other responses

- `400`
- `403`

## Changes

- **2026-09-15** `dfc2ff7dc7a6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/goauthentik/apis/authentik/changes/managed/blueprints/validate/post.md)

---

[API](https://skmtc.dev/goauthentik/apis/authentik.md) · [All operations](https://skmtc.dev/goauthentik/apis/authentik/llms.txt) · [OpenAPI document](https://skmtc.dev/goauthentik/apis/authentik/revisions/cb5a388f0bc8?raw)
