What is the difference between POST and GET address validation?

Hi all,

May I ask what is the difference between POST and GET address validation, and when should one be used over the other.

Kind regards,
Decio Ferreira

Hello @deciojf,

The POST address validation endpoint allows you to validate an address along with its coordinates, while the GET endpoint only checks the address string value.

We recommend using the POST endpoint if you are able to provide the coordinates.

Note: For both endpoints, you must indicate whether it is a pickup or a delivery address using the “type” parameters. Optionally, you can add the associated phone number, which is required when the address is not accurate enough.

Cheers!
Adrien

Thank you for the quick reply!

1 Like