Validate zipcode
Path parameters
-
A path-encoded zipcode. We validate it against rules for the country the request is coming from.
GET /v1/client/zipcodes/{zipcode}/valid
curl \
-X GET https://api.bitlabs.ai/v1/client/zipcodes/{zipcode}/valid
Response examples (200)
{
"data": {
"valid": true
}
}
Response examples (406)
{
"error": {
"details": {
"msg": "vpn detected",
"http": "406 Not Acceptable"
}
}
}