v1
latestOpenAPI 3.0.02026-07-2663155142.2 KBInternal
Validate zipcode
Validates a zipcode against rules for the country the request is coming from.
get/v1/client/zipcodes/{zipcode}/valid
Path parameters
zipcodestring required
A path-encoded zipcode. We validate it against rules for the country the request is coming from.
Response
OK
Example response
{
"data": {
"valid": true
}
}