Getting 404 error while calling saviynt API

saramohanraj
New Contributor
New Contributor

Hi,

Getting 404 not found error whenever we are trying to call saviynt API. It was all working before migration. We had recently migrated from sp 3.3 to 3.17. We are calling this url to generate token but ended up with either 404 or the below

saramohanraj_0-1692670974750.png

Can someone please help. Appreciate your quick help as it is impacting the other apps that calls ssm api.

 

4 REPLIES 4

Manu269
All-Star
All-Star

Can you please reevaluate below items :

URL : 

{{url}}/ECM/api/login


--header 'Content-Type: application/json' \
--data '{"username":"userxxx","password":"******"}'

Also can you verify the api user has relevant sav roles and permission?

 

Manish Kumar

rushikeshvartak
All-Star
All-Star

URL is wrong

curl --location -g '{{URL}}/{{path}}/login' \
--header 'Content-Type: application/json' \
--data '{
    "username": "",
    "password": ""
}'

 

https://documenter.getpostman.com/view/20697337/2s93sgXWAt#935a6960-8819-463c-a1a4-604af74acefa 

saramohanraj
New Contributor
New Contributor

Hi I tried both the url with v5 without v5. but both didnt work. 

Create new HTTP Request and try