{ "opencollection": "1.0.0", "info": { "name": "Ardent v1-api-keys v1-projects API", "version": "v1" }, "items": [ { "info": { "name": "v1-projects", "type": "folder" }, "items": [ { "info": { "name": "List Projects Endpoint", "type": "http" }, "http": { "method": "GET", "url": "https://api.tryardent.com/v1/projects", "params": [ { "name": "org_id", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Projects Endpoint" }, { "info": { "name": "Create Project Endpoint", "type": "http" }, "http": { "method": "POST", "url": "https://api.tryardent.com/v1/projects", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create Project Endpoint" }, { "info": { "name": "Get Project Endpoint", "type": "http" }, "http": { "method": "GET", "url": "https://api.tryardent.com/v1/projects/:project_id", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Project Endpoint" }, { "info": { "name": "Update Project Endpoint", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.tryardent.com/v1/projects/:project_id", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Project Endpoint" }, { "info": { "name": "Delete Project Endpoint", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.tryardent.com/v1/projects/:project_id", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete Project Endpoint" } ] } ], "bundled": true }