Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.bold-factory.com/v1/admin/tenants/self \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "searchApiKey": "<string>", "logoFileId": "<string>", "settings": { "activity": "<string>", "autoGenerateProductionOrders": true, "autoPlanProductionOrders": true, "defaultLeadTimeBusinessDays": 123, "timeZoneId": "<string>", "cultureName": "<string>", "codePrefixes": { "sku": "<string>", "product": "<string>", "employee": "<string>", "salesOrder": "<string>", "purchaseOrder": "<string>", "request": "<string>", "productionOrder": "<string>", "operationsGroup": "<string>", "container": "<string>", "receipt": "<string>", "shipment": "<string>", "workOrder": "<string>", "asset": "<string>", "purchaseLot": "<string>", "productionLot": "<string>", "unknownLot": "<string>", "mergedLot": "<string>", "placeholderLot": "<string>" } } }
Requires App.Access permission
App.Access
Use a valid JWT token in the Authorization header with the format 'Bearer {token}'
OK
Show child attributes