Address Import
Create Import Session
Create a new session for importing addresses
GET
Overview
The Create Import Session API initiates a new session for address importing operations. This endpoint should be called before submitting address batches to establish a session context for tracking overall import progress.
To obtain an API key, please contact our sales team.
Authorization
Your API key for authentication
Notes
- The response contains a unique
session_id
that should be used in subsequent API calls - Session IDs are specific to your account and cannot be used across different API keys
- Use this session ID when:
- Submitting address batches for import
- Checking overall session status via the Check Session Status endpoint
- Checking individual batch status via the Check Batch Status endpoint
- Sessions have a limited lifetime and will expire after a period of inactivity