cURL
curl --request POST \ --url https://api.findloka.com/v1/address/verify/bulk \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "addresses": [ "<string>" ] }'
{ "verified_addresses": [ { "address": "123 Main St, San Francisco, CA 94105", "verified": true }, { "address": "456 Market St, San Francisco, CA 94105", "verified": false } ] }
Verify multiple addresses in a single request
verified
verified: true
verified: false