Address

Verify address.

post

This endpoint verifies an address using the provided address details.

Header parameters
X-Shipment-ModestringOptionalExample: SFN
Body
first_namestringRequired

The first name.

Example: John
last_namestringRequired

The last name.

Example: Doe
emailstringRequired

The email address.

Example: [email protected]
phonestringRequired

The phone number.

Example: +1234567890
alternate_phonestringOptional

nullable The alternate phone number.

Example: +0987654321
countrystringRequired

The country code or name.

Example: US
statestringRequired

The state.

Example: California
citystringRequired

The city.

Example: Los Angeles
addressstringRequired

The address.

Example: 123 Main Street
address_in_detailstringRequired

Detailed address.

Example: Apartment 4B, Building 123
address_landmarkstringOptional

nullable Address landmark.

Example: Near Central Mall
zip_codestringRequired

The zip code.

Example: 90210
typestringRequired

The address type.

Example: receiver
longitudenumericOptional

sometimes The longitude.

Example: -118.2437
latitudenumericOptional

sometimes The latitude.

Example: 34.0522
street_numberstringOptional

sometimes The street number.

Example: 123
street_namestringOptional

sometimes The street name.

Example: Main Street
google_addressbooleanOptional

sometimes Whether it's a Google address.

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

Last updated