cURL
curl --request GET \ --url https://api.myeasol.com/reports/files/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "report_id": "<string>", "state": "<string>" } }
result
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
successful
Show child attributes