{ "opencollection": "1.0.0", "info": { "name": "SlashID Groups Organization KYC config API", "version": "1.1" }, "request": { "auth": { "type": "apikey", "key": "SlashID-API-Key", "value": "{{SlashID-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Organization KYC config", "type": "folder" }, "items": [ { "info": { "name": "Get organization KYC config", "type": "http" }, "http": { "method": "GET", "url": "https://api.slashid.com/organizations/config/kyc", "headers": [ { "name": "SlashID-OrgID", "value": "af5fbd30-7ce7-4548-8b30-4cd59cb2aba1" } ] }, "docs": "Get the current KYC configuration for your organization" }, { "info": { "name": "Update KYC organization config", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.slashid.com/organizations/config/kyc", "headers": [ { "name": "SlashID-OrgID", "value": "af5fbd30-7ce7-4548-8b30-4cd59cb2aba1" }, { "name": "SlashID-Required-Consistency", "value": "" }, { "name": "SlashID-Required-Consistency-Timeout", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modify the KYC configuration for your organization.\n\nThe mobile redirect base URL determines where a user will be redirected to when temporarily switching to a mobile device in order to upload/capture document pictures.\n" } ] } ], "bundled": true }