Integration with CIBIL/Experian

VaibhavP5059517
Tera Contributor

Is there any way by which I can integrate with CIBIL or Experian to check the score of the user?

1 REPLY 1

Tanushree Maiti
Kilo Patron

Hi @VaibhavP5059517 

 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

https://community.experianaperture.io/discussion/1334/connecting-to-the-servicenow-rest-api-using-oa...

 

 

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:
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: ...