Saltar al contenido principal
GET
/
v1
/
admin
/
tenants
/
self
/
full
Get full tenant details
curl --request GET \
  --url https://api.bold-factory.com/v1/admin/tenants/self/full \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "emailStatus": "<string>",
  "infrastructureStatus": "<string>",
  "subscriptionStatus": "<string>",
  "workspace": "<string>",
  "code": "<string>",
  "ownerEmail": "<string>",
  "searchApiKey": "<string>",
  "analyticsInfo": {
    "workspaceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "semanticModelId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  },
  "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>"
    }
  },
  "plan": {
    "name": "<string>",
    "limits": {
      "maxEmployees": 123,
      "maxSkus": 123,
      "maxLocations": 123,
      "monthlyAiCreditLimit": 123,
      "allowProductionPlans": true,
      "allowMultipleLots": true
    },
    "usage": {
      "currentEmployees": 123,
      "currentSkus": 123,
      "currentLocations": 123
    }
  },
  "stripeCustomerId": "<string>",
  "stripeSubscriptionId": "<string>",
  "legalEntity": "<string>",
  "taxIdentificationNumber": "<string>",
  "subscriptionEndsAt": "2023-11-07T05:31:56Z"
}

Autorizaciones

Authorization
string
header
requerido

Use a valid JWT token in the Authorization header with the format 'Bearer {token}'

Respuesta

OK

id
string
requerido
name
string
requerido
emailStatus
string
requerido
infrastructureStatus
string
requerido
subscriptionStatus
string
requerido
workspace
string
requerido
code
null | string
requerido
ownerEmail
string
requerido
searchApiKey
string
requerido
analyticsInfo
object
requerido
logoFileId
null | string
requerido
settings
object
requerido
plan
object
requerido
stripeCustomerId
null | string
requerido
stripeSubscriptionId
null | string
requerido
taxIdentificationNumber
null | string
requerido
subscriptionEndsAt
null | string<date-time>
requerido