Validations (Core)
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
PostalCodeValidation
countrystringRequiredExample:
Country in Format [A-Z]{2}
DEpostalCodestringRequiredExample:
Postal code for validation
50667Responses
200
The given postal code is valid for the given country
No content
400
The given postal code is invalid for the given country
application/json
403
Your user, although recognized, is not authorized to use this endpoint
application/json
422
The given country can't be validated
application/json
post
/api/validations/postalcodesNo content
Last updated

