cURL
curl --request POST \ --url https://public-api.setle.app/v1/renovations/{renovation_id}/reports \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "locale": "nl-BE" }'
{ "url": "https://cdn.setle.app/app/renovation_reports/xxx/xxx/xxx.pdf", "is_outdated": true, "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "name": "<string>" }
Generate a renovation report for the given renovation.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully processed request.
The response is of type object.
object