Import API

Import data via REST using Import Sets

Last modified 2026-03-16

Jace Benson

Table of content
  1. Endpoints
  2. Key Parameters
  3. Transform Maps
  4. Common Use Cases

Docs

The Import API loads data into ServiceNow through Import Sets. Data flows through transform maps to create or update target table records.

Endpoints

Method Endpoint Purpose
GET /api/now/import/{import_set_table} Get import set records
POST /api/now/import/{import_set_table} Insert record into import set

Key Parameters

Transform Maps

Import Sets use Transform Maps to map source fields to target tables. The API response includes:

Common Use Cases