1. secured
BI-IN-A-BOX
  • azure
    • secured
      • installer/config
        GET
      • installer/details
        GET
      • api.bi-in-a-box.gr/secured/api/installer/details
        GET
    • list containers
      GET
    • list container contents
      GET
    • artifacts
      GET
    • releases
      GET
  • fo
    • secured
      • admin
        • client list
        • client create
        • client update
        • client delete
      • client
        • installer/status
        • installer/images
      • properties
        • erp-types
    • unsecured
      • health
      • downloads
    • auth
      • token
  1. secured

installer/details

Developing
GET
http://localhost:8080/secured/api/installer/details

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'http://localhost:8080/secured/api/installer/details' \
--header 'Authorization: Bearer <token>'
Response Response Example
<?xml version="1.0" encoding="utf-8"?><Error><Code>NoAuthenticationInformation</Code><Message>Server failed to authenticate the request. Please refer to the information in the www-authenticate header.
RequestId:22ad28f1-d01e-0033-3ffc-8ad03f000000
Time:2026-01-21T17:35:54.0436057Z</Message></Error>
Modified at 2026-04-21 19:21:25
Previous
installer/config
Next
api.bi-in-a-box.gr/secured/api/installer/details
Built with