{ "opencollection": "1.0.0", "info": { "name": "Verato Organization AddRelationshipService PostIdentity API", "version": "2026.1.2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "PostIdentity", "type": "folder" }, "items": [ { "info": { "name": "Add an Identity (postIdentity)", "type": "http" }, "http": { "method": "POST", "url": "https://yourveratodomain.com/org-link-ws/svc/postIdentity", "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new identity into Verato." }, { "info": { "name": "Add an Identity (postIdentity)", "type": "http" }, "http": { "method": "POST", "url": "https://yourveratodomain.com/org-link-ws/svc/v2/postIdentity", "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new identity into Verato." } ] } ], "bundled": true }