DataBolsa docs
Referência da APIOrganização

Licença e limites vigentes

GET
/v1/advisor/orgs/{org}/license
AuthorizationBearer <token>

In: header

Path Parameters

orgstring

Response Body

curl -X GET "https://api.databolsa.com/v1/advisor/orgs/string/license"
{
  "plan": "string",
  "seats_limit": 0,
  "clients_limit": 0,
  "expires_at": "string",
  "expired": true
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "code": "string"
}