# Create a new import key **POST /Api/ImportKeys** Requires verified email; Requires one of the following permissions: Import.CreateImportKey; Requires the following features to be enabled: Import ## Servers - https://app.lovassy.hu: https://app.lovassy.hu () - http://127.0.0.1:5279: http://127.0.0.1:5279 () ## Authentication methods - Token ## Parameters ### Body: application/json (object) - **name** (string) - **enabled** (boolean) - **Additional properties are NOT allowed** () ## Responses ### 201 Created #### Body: application/json (object) - **id** (integer(int32)) - **name** (string | null) - **enabled** (boolean) - **key** (string | null) - **Additional properties are NOT allowed** () ### 400 Bad Request #### Body: application/json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) - **Additional properties:** () ### 401 Unauthorized ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)