How to Sign Up for a ServiceNow Developer Instance (for Apideck Integration)
To integrate ServiceNow with Apideck, you'll can set up a Personal Developer Instance (PDI) to obtain admin-level access and credentials. This instance serves as your sandbox environment for development and testing.
1. Create a ServiceNow Developer Account
- Visit: https://developer.servicenow.com
- Click: “Sign Up and Start Building”
- Fill in: Your name, email address, and password
- Accept: The terms and conditions
- Submit: Your registration
- Verify: Your email address by clicking the link in your inbox
Once verified, you'll have access to the ServiceNow Developer Dashboard.
2. Request a Personal Developer Instance (PDI)
- Log in to your ServiceNow Developer account
- Click: “Request Instance” in the top navigation
- Select: Your desired ServiceNow release (e.g., Washington DC)
- Click: “Request”
After a short provisioning process, you'll receive:
- Instance URL — e.g.,
https://dev12345.service-now.com
- Admin Username —
admin
- Temporary Password — shown upon provisioning
⚠️ Make sure to securely store the temporary password. You’ll need it to log in for the first time.
3. Access and Configure Your Instance
- Open your instance URL
- Log in with
admin
and the temporary password - You’ll be prompted to change your password on first login
You now have full admin access to configure and develop within your personal ServiceNow instance.
⏳ Instances inactive for 10 days may be reclaimed and reset, resulting in data loss. To maintain Your Instance: Log in regularly to your instance and Perform any activity (e.g., open a table, make changes).
4. Configure the ServiceNow connector in Apideck
Enable the ServiceNow connector in the Apideck Admin. Go to the Apideck > Configuration > Issue Tracking > ServiceNow
5. Vault Connection Testing
Now that you have your ServiceNow connector configured, you can connect to your ServiceNow account in a secure manner. Select Use your ServiceNow client credentials and copy paste the Client ID and secret as documented in the connection guide.
You can start testing it by using the ServiceNow API via our Proxy API.
You can test the connection by clicking "Test Vault", which trigger the OAuth flow to give access to your ServiceNow account for the consumer with ID test-consumer.
5. Make your first API call
To test the access token, make a call to the ServiceNow API endpoint using the Proxy API to get a list of incidents.
For more information, go to the Apideck ServiceNow connector documentation.