{ "opencollection": "1.0.0", "info": { "name": "Cal.diy API v2 Api Keys Verified Resources API", "version": "1.0.0" }, "items": [ { "info": { "name": "Verified Resources", "type": "folder" }, "items": [ { "info": { "name": "Request email verification code", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/verified-resources/emails/verification-code/request", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sends a verification code to the email" }, { "info": { "name": "Request phone number verification code", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/verified-resources/phones/verification-code/request", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sends a verification code to the phone number" }, { "info": { "name": "Verify an email", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/verified-resources/emails/verification-code/verify", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use code to verify an email" }, { "info": { "name": "Verify a phone number", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/verified-resources/phones/verification-code/verify", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use code to verify a phone number" }, { "info": { "name": "Get list of verified emails", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/verified-resources/emails", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "take", "value": "", "type": "query", "description": "Maximum number of items to return" }, { "name": "skip", "value": "", "type": "query", "description": "Number of items to skip" } ] }, "docs": "Get list of verified emails" }, { "info": { "name": "Get list of verified phone numbers", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/verified-resources/phones", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "take", "value": "", "type": "query", "description": "Maximum number of items to return" }, { "name": "skip", "value": "", "type": "query", "description": "Number of items to skip" } ] }, "docs": "Get list of verified phone numbers" }, { "info": { "name": "Get verified email by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/verified-resources/emails/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get verified email by id" }, { "info": { "name": "Get verified phone number by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/verified-resources/phones/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get verified phone number by id" } ] } ], "bundled": true }