cURL
curl --request GET \ --url https://developer.synq.io/api/monitors/history/v1/{monitorPath} \ --header 'Authorization: Bearer <token>'
{ "predictions": [ { "f": "<string>", "s": "<string>", "m": "<string>", "v": 123, "vu": 123, "vl": 123, "p": "<string>", "e": 123, "st": 123, "t": "2023-11-07T05:31:56Z" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Experimental: Will be replaced with identifier
OK
The response is of type object.
object