CheckZip¶
Returns zip code information. There are two formats available. Curl example below:
curl -X POST https://api.cleanwize.cloud/CL3A/api/checkzip \
-H 'Content-Type: application/json' \
-d '{"meta":{"vendor":"?","organization":"?","apikey":"?"},"data":{"zip":"?"}}'
Note: The /CL3A in the url above is case-sensitive.