Why is API endpoint /setup/company restricted?

Forbidden: Error API open to admin users only or to the users with logins defined into constant API_LOGINS_ALLOWED_FOR_GET_COMPANY

Why? What is the rationale for keeping the information in API endpoint /setup/company restricted?

I only wanted to extract 3 key pieces of Company information:

  • name
  • email
  • url

such that I could automatically show it. I don’t see any sensitive information in the output of that API endpoint.

Are there any other API calls I can use to get the information?