Saltar al contenido principal
GET
/
v1
/
admin
/
tenants
/
{workspace}
Get tenant basic info by workspace
curl --request GET \
  --url https://api.bold-factory.com/v1/admin/tenants/{workspace} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "workspace": "<string>",
  "code": "<string>"
}

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

workspace
string
requerido

Respuesta

OK

id
string
requerido
workspace
string
requerido
code
null | string
requerido