{ "opencollection": "1.0.0", "info": { "name": "Aloft API V1 Accounts Certification Renewal API", "version": "1.0.0" }, "items": [ { "info": { "name": "Certification Renewal", "type": "folder" }, "items": [ { "info": { "name": "Get all certification renewals", "type": "http" }, "http": { "method": "GET", "url": "https://api.aloft.ai/v1/account/:account_id/certification-renewals", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "order_by", "value": "", "type": "query", "description": "The field to order the data by" }, { "name": "certification_id", "value": "", "type": "query", "description": "Filter by certification id" }, { "name": "renewal_number", "value": "", "type": "query", "description": "Filter by renewal number" }, { "name": "order", "value": "", "type": "query" }, { "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 certification renewals" }, { "info": { "name": "Create a certitification renewal", "type": "http" }, "http": { "method": "POST", "url": "https://api.aloft.ai/v1/account/:account_id/certification-renewals", "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 renewal" }, { "info": { "name": "Get a certitification renewal", "type": "http" }, "http": { "method": "GET", "url": "https://api.aloft.ai/v1/account/:account_id/certification-renewals/:renewal_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "renewal_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 renewal" }, { "info": { "name": "Update a certitification renewal", "type": "http" }, "http": { "method": "PUT", "url": "https://api.aloft.ai/v1/account/:account_id/certification-renewals/:renewal_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "renewal_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 renewal" }, { "info": { "name": "Delete a certitification renewal", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.aloft.ai/v1/account/:account_id/certification-renewals/:renewal_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "renewal_id", "value": "1", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a certitification renewal" }, { "info": { "name": "Attach a file to a renewal.", "type": "http" }, "http": { "method": "POST", "url": "https://api.aloft.ai/v1/account/:account_id/certification-renewals/:renewal_id/attach-image", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "renewal_id", "value": "1", "type": "path" } ], "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" } ] }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Attach a file to a renewal." }, { "info": { "name": "Delete a certification renewal", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.aloft.ai/v1/account/:account_id/certification-renewals/:renewal_id/:file_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "renewal_id", "value": "1", "type": "path" }, { "name": "file_id", "value": "1", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a certification renewal" } ] } ], "bundled": true }