This endpoint requires an import token, not an access token.
Authorization: Bearer ********************
curl --location --request GET 'https://api.enectiva.cz//import/data_points////latest' \ --header 'Accept: application/vnd.api+json' \ --header 'Authorization: Bearer <token>'
{ "data": { "id": 1, "attributes": { "time": "2016-01-07T05:23:41+01:00", "value": 550011.34, "import_id": "temp_01", "customer_uuid": "11e7e767-6f74-4994-b607-158ff7f7445e", "sender": "test_script_01", "suit": "default" }, "type": "data_points" } }