Service Now API login web API details
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 05:04 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 08:46 AM
@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