{ "opencollection": "1.0.0", "info": { "name": "PDCP agents User API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "Request Domain Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.projectdiscovery.io/v1/user/domain-verification/request", "headers": [ { "name": "X-Team-Id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Delete domain verification request. Only root domains are supported." }, { "info": { "name": "Get User Notification Preferences", "type": "http" }, "http": { "method": "GET", "url": "https://api.projectdiscovery.io/v1/user/notification_preference", "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Get user's notification preferences" }, { "info": { "name": "Update User Notification Preferences", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.projectdiscovery.io/v1/user/notification_preference", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Update user's notification preferences" }, { "info": { "name": "Migrate Personal workspace data to a new team", "type": "http" }, "http": { "method": "POST", "url": "https://api.projectdiscovery.io/v1/user/migrate_to_team", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Migrate Personal workspace data to a new team" } ] } ], "bundled": true }