Skip to main content
GET
Get import configuration
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

addition to the capability itself being enabled. Authorization:
  • Required role: admin or higher

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Response

Configuration retrieved (null if none saved yet)

status
string
Example:

"success"

data
object | null

GET /merlin/import/config's shape: the raw config fields plus a derived schedule view. PUT /merlin/import/config returns the raw MerlinImportConfig only, with no schedule key.