Number of APIs: 1
POST https://api.getpostman.com/security/api-validation
This endpoint will perform static analysis on the Schema specification. It will return the security misses in your schema definition and help you understand their implications and possible ways to patch the warnings. You can introduce this endpoint to your CI/CD process to automate your schema validation. Request Body(max size 10MB) Visit Learning Center for more information
Key
Value Type
Required
Description
type
Enum(openapi3, openapi2)
Yes
Type of Schema Specification
language
Enum(json, yaml)
Yes
Format of Schema Specification
schema
String
Yes
Stringified Schema Body
ENDPOINTS