Method failed: (/api/now/table/incident) with code: 401 - Invalid username/password combo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2026 11:17 PM
Issue: "User is not authenticated" error in REST API Explorer
Hi everyone,
I'm facing an issue in ServiceNow REST API Explorer. Whenever I click Send, I get the following response:
{
"error": {
"message": "User is not authenticated",
"detail": "Required to provide Auth information"
},
"status": "failure"
}I'm already logged into the ServiceNow instance, so I'm not sure why the REST API Explorer is asking for authentication.
Has anyone faced this issue before? What could be causing it, and how can I fix it?
I have a also given the correct credentials
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2026 03:22 AM
Hi @roronoa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2026 11:46 PM
Hello @roronoa ,
Are you using Basic Auth or Auth 2.0 ?
Also send the screenshot of Outbound rest message configuration ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2026 07:04 AM
Basic Auth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2026 09:33 AM
plz make ensure that you have properly configured basic auth profile in sys_auth_profile_basic table :
I have tested in my instance and working proper with basic auth :
 
If my response helped mark as helpful and accept the solution.
