- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2019 11:00 AM
Hi All,
Currently I am using import set API for receiving the inbound message from third party application and I am using basic authentication for security purpose.
But I need to use the APIKey authentication type for inbound integration. I think import set API doesn't accept the API Key authentication. so I need to change to scripted REST API.
Previously I haven't worked on the Scripted REST API to receive data from third party application and also not sure how to generate APIKey and how to use that key and what I need to share with third party application owners.(Key)
Basically I need the below information:
1. How to get the JSON request from Scripted REST API (Inbound)
2. How to use API key for authentication and what Information we need to share with third party application support consultant. If basic authentication, we will share username and password right, so for API Key what type of information will be needed for the third party application to communicate with SNOW.
Thanks,
Solved! Go to Solution.
- Labels:
-
IntegrationHub

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2019 11:01 AM
Hi,
Perfect example to start with:
THanks,
Ashutosh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2019 03:30 AM
Hi,
You have to use the API key given by third party vendor here and then ask them to pass that in header when they make call to servicenow.
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2019 02:43 AM
I could see the access token and refresh token.
we need to change the refresh token every 100 day right.
Is this manually to change the refresh token every 100 days? How this process will happened in real time.
Same question for Access token also.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2019 02:39 AM
It could be help full for inbound integration using oAuth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2021 11:48 AM
Hi Rajesh,
I am also having the same requirements. Did you get the solution for your problem. If yes, could you please tell me how did you implemented API Key based authentication.
Thanks,
Vidit