Pre-requisites
  • 06 Oct 2023
  • 1 Minute to read
  • Dark
    Light
  • PDF

Pre-requisites

  • Dark
    Light
  • PDF

Article summary

This section describes the details of the information needed from the target application team.

  • Application Instance's Connectivity Details
  • Service Account Details (Client Credentials details)

For ServiceNow, no configuration changes are required, need to get the API. Follow the below process to get the API.

  1. Log in to the ServiceNow developer's account using the admin credentials. Use https://developer.servicenow.com/dev.do to login. 
  2. From your instance section, click on the instance URL.
  3. Log in as an admin user.
  4. In the Filter navigator, type API and enter. 
  5. From the menu select REST API Explorer in the REST section. 
  6. Copy the API from the TABLE API section. This will be used in the ServiceNow provisioning application configuration as an Instance URL.
Sr. No.SectionDescriptionValue Example
1.Instance URL
Provide Instance URL
https://dev62588.service-now.com/api/now/table/
2.Domain nameProvide the domain details
dev62588.service-now.com
3.UsernameProvide username

4.PasswordProvide password

Note:
Username: This service account should have read and write privileges to successfully perform all the operations. Should have necessary roles for REST API operation.




Was this article helpful?