{ "opencollection": "1.0.0", "info": { "name": "Aloft API V1 Accounts Certifications API", "version": "1.0.0" }, "items": [ { "info": { "name": "Certifications", "type": "folder" }, "items": [ { "info": { "name": "Get all certifications", "type": "http" }, "http": { "method": "GET", "url": "https://api.aloft.ai/v1/account/:account_id/certifications", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "order_by", "value": "", "type": "query", "description": "The field to order the data by" }, { "name": "order", "value": "", "type": "query" }, { "name": "certification_number", "value": "", "type": "query", "description": "Filter by certification number" }, { "name": "type", "value": "", "type": "query", "description": "Filter by type" }, { "name": "user_id", "value": "", "type": "query", "description": "Filter by user id" }, { "name": "compliance_required", "value": "", "type": "query", "description": "Filter by compliance required" }, { "name": "appends[]", "value": "", "type": "query", "description": "Array of appendable resource names" }, { "name": "page", "value": "", "type": "query" }, { "name": "page_length", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all certifications" }, { "info": { "name": "Create a certitification", "type": "http" }, "http": { "method": "POST", "url": "https://api.aloft.ai/v1/account/:account_id/certifications", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "appends[]", "value": "", "type": "query", "description": "Array of appendable resource names" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a certitification" }, { "info": { "name": "Get a certitification", "type": "http" }, "http": { "method": "GET", "url": "https://api.aloft.ai/v1/account/:account_id/certifications/:certification_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "certification_id", "value": "1", "type": "path" }, { "name": "appends[]", "value": "", "type": "query", "description": "Array of appendable resource names" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a certitification" }, { "info": { "name": "Update a certitification", "type": "http" }, "http": { "method": "PUT", "url": "https://api.aloft.ai/v1/account/:account_id/certifications/:certification_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "certification_id", "value": "1", "type": "path" }, { "name": "appends[]", "value": "", "type": "query", "description": "Array of appendable resource names" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a certitification" }, { "info": { "name": "Delete a certitification", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.aloft.ai/v1/account/:account_id/certifications/:certification_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "certification_id", "value": "1", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a certitification" } ] } ], "bundled": true }