Status: running · env: prod · API key configured: yes
POST /api.php — body: a decrypted MIS kundfråga (XML). Returns a MIS Life 2.0 datafile (XML).
X-Api-Key: <shared secret> (required)Content-Type: application/xmlcurl -sS https://YOUR-DOMAIN/api.php \ -H "X-Api-Key: $MIS_API_KEY" \ -H "Content-Type: application/xml" \ --data-binary @fraga.xml
On success: 200 + MIS Life XML. Errors return JSON with an error field
(401 bad key, 405 wrong method, 422 unparseable fråga).