For the complete documentation index, see llms.txt. This page is also available as Markdown.

Address

Verify address.

post

This endpoint verifies an address using the provided address details. Use this endpoint to validate shipping addresses before creating shipments. A correct address is important for successful shipment booking and smooth delivery.

Important:

  • country, state, and zip_code are critical for accurate verification.

  • You can use the same value in address and address_in_detail.

  • Use this endpoint before shipment creation to reduce failed shipment requests due to invalid addresses.

Authorizations
AuthorizationstringRequired

Base64-encoded public_key:private_key value.

Header parameters
X-Shipment-Modestring · enumRequired

Required shipment mode. Use SFN for shipping from Nigeria or STN for shipping to Nigeria.

Example: SFNPossible values:
Body
first_namestringRequired

First name.

Example: Friday
last_namestringRequired

Last name.

Example: Johnny
emailstringRequired

Email address.

Example: johnnyfriday@gmail.com
phonestringRequired

Phone number.

Example: 09012345678
alternate_phonestringOptional

nullable Alternate phone number.

Example: 09012345687
countrystringRequired

Destination country code. This is critical for verification.

Example: GB
statestringRequired

Destination state/region code. This is critical for verification.

Example: ENG
citystringRequired

Destination city.

Example: London
addressstringRequired

Main address line.

Example: 221B Baker Street, Marylebone, London NW1 6XE, UK
address_in_detailstringRequired

Detailed address. You can use the same value as address.

Example: 221B Baker Street, Marylebone, London NW1 6XE, UK
address_landmarkstringOptional

nullable Nearby landmark to improve address matching.

Example: 221B Baker Street, Marylebone, London NW1 6XE
zip_codestringRequired

Postal/ZIP code. This is critical for verification.

Example: NW1 6XE
typestringRequired

The address type.

Example: receiver
longitudenumberOptional

sometimes Longitude value.

Example: -4.0109224
latitudenumberOptional

sometimes Latitude value.

Example: 4.7075493
street_numberstringOptional

sometimes Street number. Example:

street_namestringOptional

sometimes Street name. Example:

google_addressbooleanOptional

sometimes Whether this address originated from Google Address lookup.

Example: true
Responses
200Success
application/json
successbooleanOptionalExample: true
status_codeintegerOptionalExample: 200
messagestringOptionalExample: Address verification completed successfully
post/api/v1/address/verify

Last updated