Toshl Developer

Test send the report

Test send the report to defined email(s). This will send all selected types (weekly, monthly, yearly) as a preview.

POST /reports/{id}/send

Required scope:

Parameters

id *
required
string

Report id.

* denotes required field/parameter.

Request

$ curl https://api.toshl.com/reports/42/send \
  -H "Authorization: Bearer T9cE5asGnuyYCCqIZFoWjFHvNbvVqHjl" \
  -H "Content-Type: application/json" \
  -X POST

Response

HTTP/1.1 204 No Content