{ "opencollection": "1.0.0", "info": { "name": "Docupilot accounts APIs ai domain API", "version": "1.0" }, "items": [ { "info": { "name": "domain", "type": "folder" }, "items": [ { "info": { "name": "List domains", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounts/domain/", "params": [ { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List domains" }, { "info": { "name": "Create domain", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/accounts/domain/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create domain" }, { "info": { "name": "Destroy domain", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/accounts/domain/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this domain." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Destroy domain" }, { "info": { "name": "Toggle domain lock", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/accounts/domain/:id/toggle_lock/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this domain." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Toggle domain lock" }, { "info": { "name": "verify domain", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/accounts/domain/:id/verify/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this domain." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "verify domain" }, { "info": { "name": "Get one domain", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboard/api/v2/domain/:id/", "headers": [ { "name": "X-Workspace", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this domain." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get one domain" }, { "info": { "name": "verify domain", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/dashboard/api/v2/domain/:id/verify/", "headers": [ { "name": "X-Workspace", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this domain." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "verify domain" } ] } ], "bundled": true }