POST
/
v1
/
renovations
/
{renovation_id}
/
reports
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

renovation_id
string
required

Body

application/json

Response

200
application/json

Successfully processed request.

The response is of type object.