{ "opencollection": "1.0.0", "info": { "name": "Multi-Apps Overview Account Invitations Approval Flows API", "version": "1.0" }, "items": [ { "info": { "name": "Approval Flows", "type": "folder" }, "items": [ { "info": { "name": "Get Approval Flows", "type": "http" }, "http": { "method": "GET", "url": "https://api.frontegg.com/applications/resources/approval-flows/v1", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Approval Flows" }, { "info": { "name": "Create Approval Flow", "type": "http" }, "http": { "method": "POST", "url": "https://api.frontegg.com/applications/resources/approval-flows/v1", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create Approval Flow" }, { "info": { "name": "Get Approval Flow by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.frontegg.com/applications/resources/approval-flows/v1/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Approval Flow by ID" }, { "info": { "name": "Update Approval Flow", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.frontegg.com/applications/resources/approval-flows/v1/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Approval Flow" }, { "info": { "name": "Delete Approval Flow", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.frontegg.com/applications/resources/approval-flows/v1/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete Approval Flow" }, { "info": { "name": "Approver Action", "type": "http" }, "http": { "method": "POST", "url": "https://api.frontegg.com/applications/resources/approval-flows/v1/approver-action", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Approver Action" }, { "info": { "name": "Get Approval Flow Execution Data", "type": "http" }, "http": { "method": "GET", "url": "https://api.frontegg.com/applications/resources/approval-flows/v1/execution-data", "params": [ { "name": "approvalFlowExecutionId", "value": "", "type": "query" }, { "name": "approverId", "value": "", "type": "query" }, { "name": "approvalFlowStepId", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Approval Flow Execution Data" }, { "info": { "name": "Execute Approval Flow", "type": "http" }, "http": { "method": "POST", "url": "https://api.frontegg.com/applications/resources/approval-flows/v1/:id/execute", "headers": [ { "name": "frontegg-tenant-id", "value": "" }, { "name": "frontegg-user-id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Execute Approval Flow" }, { "info": { "name": "Execute Step up Approval Flow", "type": "http" }, "http": { "method": "POST", "url": "https://api.frontegg.com/applications/resources/approval-flows/v1/step-up/execute", "headers": [ { "name": "frontegg-tenant-id", "value": "" }, { "name": "frontegg-user-id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Execute Step up Approval Flow" } ] } ], "bundled": true }