Content Hub Tip #2: Query Content Hub's status

Query Content Hub's status

Sometimes you need to confirm a couple of assumptions about a Content Hub instance. What is the easiest way to do this? 

Well, it's actually quite simple. We can request the following endpoint: https://[contenthubinstance]/api/status. This endpoint will return information about your instance, like version, region, etc. The endpoint is the part of the REST API that you can GET to watch the Content Hub. It also provides you with information about the version of the Content Hub.

Other interesting endpoints are:

  • api/status/license
  • api/status/servicestatus
  • api/status/version
Note: the api/status endpoint is publicly available. It doesn't require authorization.

For more information, check out the User documentation.