08/21/2023 07:23 PM
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
Can someone please help. Appreciate your quick help as it is impacting the other apps that calls ssm api.
08/21/2023 08:56 PM
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?
08/21/2023 09:07 PM
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
08/21/2023 09:11 PM
Hi I tried both the url with v5 without v5. but both didnt work.
08/21/2023 09:14 PM
Create new HTTP Request and try