{"info":{"_postman_id":"35a5af84-2deb-4d3b-9f8c-9dce52b76d2e","name":"RowGuard CSV Validation API","description":"<html><head></head><body><p>Copy-ready requests for testing RowGuard through RapidAPI. Subscribe to the BASIC plan, set rapidapiKey in your local Postman environment or collection variables, and never commit the value.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"58184962","collectionId":"35a5af84-2deb-4d3b-9f8c-9dce52b76d2e","publishedId":"2sBYAytUGg","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-09-13T02:55:30.000Z"},"item":[{"name":"Validate a correct CSV","id":"98089720-25ce-495c-acf1-aca4996ae4e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-RapidAPI-Key","value":"","type":"text"},{"key":"X-RapidAPI-Host","value":"rowguard-csv-validation1.p.rapidapi.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"csv\": \"sku,email,quantity\\nA-1,ana@example.com,3\\nB-2,luis@example.com,5\",\n  \"schema\": [\n    {\"name\": \"sku\", \"required\": true, \"unique\": true},\n    {\"name\": \"email\", \"type\": \"email\", \"required\": true},\n    {\"name\": \"quantity\", \"type\": \"integer\", \"min\": 0}\n  ],\n  \"include_data\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://rowguard-csv-validation1.p.rapidapi.com/v1/validate","description":"<p>Expected result: HTTP 200 with valid=true and two valid rows.</p>\n","urlObject":{"protocol":"https","path":["v1","validate"],"host":["rowguard-csv-validation1.p.rapidapi.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"98089720-25ce-495c-acf1-aca4996ae4e5"},{"name":"Detect duplicate and invalid rows","id":"29e62906-9aa9-4a26-89c6-c9f278a8208d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-RapidAPI-Key","value":"","type":"text"},{"key":"X-RapidAPI-Host","value":"rowguard-csv-validation1.p.rapidapi.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"csv\": \"sku,quantity\\nA-1,3\\nA-1,-1\",\n  \"schema\": [\n    {\"name\": \"sku\", \"required\": true, \"unique\": true},\n    {\"name\": \"quantity\", \"type\": \"integer\", \"min\": 0}\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://rowguard-csv-validation1.p.rapidapi.com/v1/validate","description":"<p>Expected result: HTTP 200 with valid=false, duplicate errors for both rows and a minimum-value error.</p>\n","urlObject":{"protocol":"https","path":["v1","validate"],"host":["rowguard-csv-validation1.p.rapidapi.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"29e62906-9aa9-4a26-89c6-c9f278a8208d"}],"variable":[{"key":"rapidapiHost","value":"rowguard-csv-validation1.p.rapidapi.com"},{"key":"rapidapiKey","value":""}]}