Customer Self-Service Portal

Getting granular availability from API

Currently, we can do checks down to a minute for websites in the app; but you can only get down to hourly data from the API. It would be nice to have the option to get this minute granular data via the API calls, maybe adding an extra arg in the call could work.

Current use:

'?period=0&unit_of_time=2'

Posible use:

'?type=URL&period=0&unit_of_time=2'