---
title: "Import application profile"
method: POST
path: "/api/applications/import"
tags: ["Applications"]
---

# Import application profile

`POST /api/applications/import`

Imports an application profile from a JSON file (admin access required)

## Headers

- `X-EDH-USER` string, required
- `X-EDH-TOKEN` string, required

## Response `200`

Application profile imported successfully

- object
  - `success` boolean
  - `message` string

## Other responses

- `400` — Invalid JSON file or missing parameters
- `403` — Insufficient permissions
- `500` — Server error during import

---

[API](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api.md) · [All operations](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aws-samples/engineering-development-hub-edh-api/revisions/058396b8f0f1/schema)
