Contract Validator
This API helps developers and automation engineers verify payloads against predefined API contracts or OpenAPI specs before sending them to production systems. It prevents runtime errors, integration failures, and contract drift, saving time and money. Developers can use it to: •Validate data before sending to third-party APIs •Ensure payloads conform to expected types and required fields •Catch…
Contract Validator endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
API Contract Validator /integration/api-contract-validator |
Receives a payload and contract definition, validates all required fields and types, and returns PASS/FAIL with error messages and reason codes. |