ServiceNow offers a developer sandbox to interact and develop against their APIs. If you want to try out the ServiceNow Notifer in IguanaX, you’ll first need to login or signup for a ServiceNow developer account and create an App:
Login or signup for a ServiceNow developer account: https://developer.servicenow.com/dev.do. Once logged in:
![]() Note the Instance ID in the URL of your ServiceNow instance: For example - https://dev252204.service-now.com/ |
![]()
![]() ![]() |
ServiceNow uses OAuth2.0 JWT API endpoint to authenticate external requests. Therefore we need to upload a public key to ServiceNow so it can verify the integrity of JWT tokens signed by clients (ie. Iguana X), ensuring secure authentication of external requests.
![]() ![]() |
Navigate to System Web Services > API Auth Scopes > REST API Auth Scope
![]() |
![]()
![]() |
From the current application endpoint page, note down the following fields for your IguanaX component:
![]() Head into IguanaX to start setting up the ServiceNow Notifier! |