Overview
The EPISHIP Address Validation API allows you to ensure shipping accuracy by verifying address details against carrier databases before a shipment is created. You can develop applications that automatically validate unsaved inputs, manage a company address book, and bulk import/export contact data to streamline your logistics operations.
View Doc →
The following figure shows the critical workflow relationship: validating the address first, utilizing that validated data to get accurate shipping rates, and finally generating the shipping label.
Figure 1. EPISHIP API relationship diagram. The sequence of Address Validation, Get Shipping Rate, and Label Creation.
EPISHIP App
EPISHIP’s interface provides visual feedback on address quality. When users enter destination data, the system flags potential issues, suggests corrections (e.g., standardized abbreviations, correct zip codes), and allows users to accept valid carrier-suggested changes with a single click.
EPISHIP API
The REST API that manages the Address Book and performs real-time validation. It routes validation requests to the appropriate carrier based on the company’s configuration and returns detailed status codes (‘valid’, ‘corrected’, ‘invalid’) along with any suggested address modifications.
Authentication
Secured via Bearer tokens in the Authorization header. Access to address data is scoped to the authenticated user’s company, ensuring that customer contact information remains private.
Validation Engine
An intelligent auditing system that compares user input against carrier APIs. It detects residential vs. commercial status, corrects postal code formatting, and standardizes street abbreviations to prevent costly “Address Correction” surcharges on final invoices.
What can users do with the EPISHIP Address Validation API?
Users can use the EPISHIP Address Validation API to perform common workflows, such as:
- Validate raw address data before saving it or creating a shipment
- Receive and apply carrier-suggested address corrections (e.g., fixing Zip+4)
- Manage a persistent Address Book (Create, Read, Update, Delete)
- Bulk import addresses via CSV for mass data entry
- Export the address book to CSV for reporting and backup
- Restore soft-deleted addresses to recover accidental data loss
Address properties available to view and filter through the EPISHIP Address Validation API:
- Validation Status (Valid, Corrected, Invalid)
- Name and Company
- Address Lines 1 & 2
- City, State, Zip, Country
- Residential / Commercial Flag
- Sender / Receiver Flag