{ "opencollection": "1.0.0", "info": { "name": "Dashboard Allowlists Projects API", "version": "1.0.0" }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "Find an project by ID", "type": "http" }, "http": { "method": "GET", "url": "https://app.dynamicauth.com/api/v0/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "ID of project" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Find an project by ID" }, { "info": { "name": "Update a project", "type": "http" }, "http": { "method": "PUT", "url": "https://app.dynamicauth.com/api/v0/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "ID of project" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a project" }, { "info": { "name": "Deletes a project by ID", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.dynamicauth.com/api/v0/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "ID of project" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deletes a project by ID" }, { "info": { "name": "Fetches all the active projects the belong to the organization", "type": "http" }, "http": { "method": "GET", "url": "https://app.dynamicauth.com/api/v0/organizations/:organizationId/projects", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "ID of organization" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Fetches all the active projects the belong to the organization" }, { "info": { "name": "Creates a new project", "type": "http" }, "http": { "method": "POST", "url": "https://app.dynamicauth.com/api/v0/organizations/:organizationId/projects", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "ID of organization" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a new project" } ] } ], "bundled": true }