Hello @95504669,
Yes, the IoT Hub comes with a REST API.
Here is an (older) example of how to make a call using the API. You first need to create bearer token.
There are a couple of metrics available (like `number of incoming messages, number of devices) but this is probably a limited set.
The Azure IoT Hub Service SDK is a wrapper around the SDK and takes a lot of effort away.
It's recommended to work with the SDK.
If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.