Service Now API login web API details

ThirupathiP
Tera Contributor

Need the Web API details service now login(curl). Couldn't able to see the login details in the inspector developer tools

1 REPLY 1

Shubham_Jain
Mega Sage

 

@ThirupathiP 
curl "https://<instance>.service-now.com/api/now/table/incident" \
--user 'your_username:your_password' \
--header "Accept: application/json"

✔️ If this solves your issue, please mark it as Correct.


✔️ If you found it helpful, please mark it as Helpful.



Shubham Jain