API Documentation
Developer Hub
Integrate ePoBox into your product: verify addresses, automate shipments, and read delivery telemetry. Try every endpoint live in the interactive sandbox below.
Live sandbox
Send real requests against test data without writing code.
Bring your own key
Create a Verify360 API key in your dashboard and paste it here.
Pan-African
Multi-country routing for RW today, with more markets onboarding.
Verify360 — Enterprise Address Verification
A public HTTPS API for banks, fintechs, and KYC providers. Each request must include your X-API-Key header. Rate limits are enforced per key per minute.
Base URL:
https://epobox.appPOST
/api/public/verify360/addressVerify ePoBox
Validate that an ePoBox address exists and is currently active. Returns redacted post office metadata — never PII.
API Key
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| epobox_address | string | Format: <postal_code>-<6 digits>, e.g. 0250-123456 |
Example
curl -X POST 'https://epobox.app/api/public/verify360/address' \
-H 'Content-Type: application/json' \
-H 'X-API-Key: <your-key>' \
-d '{"epobox_address":"0250-123456"}'
