OpenAPI Validation Webhook Testing

Testing your validation webhook in the browser

This OpenAPI file, validation_webhook.yaml, describes the API that must be implemented by your validation endpoint. This definition can be used in Postman or a similar API tool to create a server. Below we have body and response examples & schemas for review.

Validate

post
Bodyobject Β· FieldToValidate[][]
fieldNamestringOptional
valuestringOptional
Responses
200

OK

application/json
post
/validate
200

OK

Last updated

Was this helpful?