Skip to content
Authenticity

Usage History

GET https://api.copyleaks.com/v3/scans/usages/history

This endpoint allows you to export your usage history between two dates.

The output results will be exported to a csv file and it will be attached to the response.

start string required

The start date to collect usage history from.

Format: dd-MM-yyyy

Example: 01-01-2020

end string required

The end date to collect usage history from.

Format: dd-MM-yyyy

Example: 31-01-2020

Authorization: Bearer YOUR_LOGIN_TOKEN
200 OK

The data was exported. Example: csv file will be attached to the response.

400 Bad Request

Bad request. Wrong input parameters were provided.

Example Response

A typical response from this endpoint:

Value cannot be null. (Parameter ''end' time is missing')
GET https://api.copyleaks.com/v3/scans/usages/history?start=01-01-2020&end=31-01-2020
Authorization: Bearer YOUR_LOGIN_TOKEN