Integration with CIBIL/Experian
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Is there any way by which I can integrate with CIBIL or Experian to check the score of the user?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Did not find any app and connector for it.
You can try the integration with Basic ServiceNow's REST API using OAuth2 .
Refer: https://www.youtube.com/watch?v=eEWH5KinzFE&t=1s
IMPORTANT URLS: First ServiceNow video (Basic Auth): https://www.youtube.com/watch?v=UQb4bHIvjsM API Call to get access token (make sure to use your own instance ID!): https://dev88853.service-now.com/oauth_token.do GET API call to get incidents: ...
