Search

Validator API

The Validator API can be used for validation of XML business documents. It provides XML schema and schematron validations.

Use POST /v1​/validate to identify and validate the chosen XML document.

Try it out with Swagger

You can try out our API easily below using Swagger UI. This is pointing to the Maventa test environment. If you want to try out Swagger in production, head over to swagger.maventa.com and select a production endpoint.
  • Endpoint URL: https://validator-stage.maventa.com
  • Swagger definition URL: https://validator-stage.maventa.com/swagger.yml
Back to top