Remote Help Request API - authentication issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 10:43 AM
Hello - I'm working with a Cerner tech to setup the EMR Help Button to create ServiceNow incidents initiated from Cerner. I sent tech the following URL for our dev instance. I got this URL from the Remote help request API - POST.
https://<instance>.service-now.com/api/sn_ind_rmt_help/remote_help_request/sn_it_request.
When the Cerner tech uses this URL he gets the error shown in the attached file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 03:26 PM
Hi, if you are using an API to connect to an instance, then you need to authenticate to the instance before running API requests.
This normally means a dedicated sys_user for the integration, and an application registry record for the integration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 06:20 AM
Thank you Tony. I will research this as a possiblity.