# Create a report Creates a report and fetches the data in the background Endpoint: POST /report Version: 20250708 Security: publicKey ## Request fields (application/json): - `categoryId` (string, required) id of the Uberall category - `country` (string, required) country in two letter code - `name` (string, required) name of the location - `streetAndNo` (string, required) street and street number of the location - `zip` (string,null) zip code of the location - `city` (string,null) city of the location - `lat` (number,null) latitude - `lng` (number,null) longitude - `province` (string,null) province of the location ## Response 200 fields ## Response 400 fields ## Response 401 fields ## Response 429 fields ## Response 500 fields