BI-IN-A-BOX
  1. admin
BI-IN-A-BOX
  • azure
    • list containers
      GET
    • list container contents
      GET
  • fo
    • secured
      • admin
        • client list
          GET
        • client create
          POST
        • client update
          PUT
        • client delete
          DELETE
      • client
        • installer/status
        • installer/images
      • properties
        • erp-types
    • unsecured
      • health
      • downloads
    • auth
      • token
  1. admin

client list

Developing
GET
/secured/api/clients

Request

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

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/secured/api/clients' \
--header 'Authorization: Bearer <token>'
Response Response Example
{}
Modified at 2026-03-07 10:33:06
Previous
list container contents
Next
client create
Built with