Hi Experts,
I am trying multiple API requests via Postman and getting two different kinds of error responses.
I am looking for expert support to fix and run the APIs. Below are the details with the screenshots.
First Error:
HTTP Status 404 – Not Found
I tried a POST method based on specific filter parameters to run the export request. Below is the screenshot.
serviceURL = https://xx-xx-xx.reltio.com/reltio/
Result (shows Error HTTP Status 404 – Not Found):

<!doctype html>
<html lang="en">
<head>
<title>HTTP Status 404 ? Not Found</title>
<style type="text/css">
body {
font-family: Tahoma, Arial, sans-serif;
}
h1,
h2,
h3,
b {
color: white;
background-color: #525D76;
}
h1 {
font-size: 22px;
}
h2 {
font-size: 16px;
}
h3 {
font-size: 14px;
}
p {
font-size: 12px;
}
a {
color: black;
}
.line {
height: 1px;
background-color: #525D76;
border: none;
}
</style>
</head>
<body>
<h1>HTTP Status 404 ? Not Found</h1>
</body>
</html>
Second Error:
HTTP Status 405 – Method Not Allowed
I tried a DELETE method to delete one of the entity types. Below is the screenshot.

Result (shows Error HTTP Status 405 – Method Not Allowed):

<!doctype html>
<html lang="en">
<head>
<title>HTTP Status 405 – Method Not Allowed</title>
<style type="text/css">
body {
font-family: Tahoma, Arial, sans-serif;
}
h1,
h2,
h3,
b {
color: white;
background-color: #525D76;
}
h1 {
font-size: 22px;
}
h2 {
font-size: 16px;
}
h3 {
font-size: 14px;
}
p {
font-size: 12px;
}
a {
color: black;
}
.line {
height: 1px;
background-color: #525D76;
border: none;
}
</style>
</head>
<body>
<h1>HTTP Status 405 – Method Not Allowed</h1>
</body>
</html>
-Best
Piyush Sharma