Report Link
Get Report Link
GET
https://api.leeoinsurance.com/api/v1/report?report_time=2024-07-01 12:00:00
This API endpoint retrieves a report url link for specified report time.
info
- All dates provided here are as per UTC timezone.
Headers
| Name | Value |
|---|---|
| Content-Type | application/json |
| Authorization | APIKEY <token> |
Parameters
| Name | Type | Description |
|---|---|---|
| report_time | string | Date time (format='YYYY-MM-DDTHH:MM:SS') |
Response
The list of drivers is returned with pagination details:
- 200
- 404
{
"report_link": "https://fairmatic.s3.amazonaws.com/file/report.csv?#presigned_url"
}
{
"message": "Report not ready yet"
}