{ "opencollection": "1.0.0", "info": { "name": "Zoho Recruit Candidates API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Candidates", "type": "folder" }, "items": [ { "info": { "name": "Insert candidate records", "type": "http" }, "http": { "method": "POST", "url": "https://recruit.zoho.com/recruit/v2/Candidates" }, "docs": "A maximum of 100 records can be inserted per API call." } ] } ], "bundled": true }