Skip to main content
GET
/
tenants
/
{id}
cURL
curl --request GET \
  --url https://api.example.com/tenants/{id}
{
  "id": "e305e9a4-585e-49b8-bc88-9fba992c6326",
  "name": "empresa-xpto",
  "brandName": "Empresa XPTO",
  "document": "12.345.678/0001-90",
  "address": "Av. Brasil, 1000",
  "phone": "+5511999999999",
  "logoUrl": "https://...",
  "plan": "ENTERPRISE"
}

Path

id
string
required
UUID do Lojista (Tenant).

Response

{
  "id": "e305e9a4-585e-49b8-bc88-9fba992c6326",
  "name": "empresa-xpto",
  "brandName": "Empresa XPTO",
  "document": "12.345.678/0001-90",
  "address": "Av. Brasil, 1000",
  "phone": "+5511999999999",
  "logoUrl": "https://...",
  "plan": "ENTERPRISE"
}

Path Parameters

id
string
required

Response

200 - undefined