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

# POST /managed/blueprints/import/

`POST /managed/blueprints/import/`

Import blueprint from .yaml file and apply it once, without creating an instance

## 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

## Other responses

- `400`
- `403`

---

[API](https://skmtc.dev/goauthentik/apis/authentik.md) · [All operations](https://skmtc.dev/goauthentik/apis/authentik/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goauthentik/authentik/revisions/4e42e86021d7/schema)
