{ "opencollection": "1.0.0", "info": { "name": "Jebbit Auth Integration Mappings API", "version": "v1" }, "items": [ { "info": { "name": "Integration Mappings", "type": "folder" }, "items": [ { "info": { "name": "Index Integration Mappings", "type": "http" }, "http": { "method": "GET", "url": "https://api2.jebbit.com/api/v1/integration_mappings", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Index Integration Mappings" }, { "info": { "name": "integration_mappings", "type": "http" }, "http": { "method": "POST", "url": "https://api2.jebbit.com/api/v1/integration_mappings", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "integration_mappings" }, { "info": { "name": "Shows an Integration Mapping", "type": "http" }, "http": { "method": "GET", "url": "https://api2.jebbit.com/api/v1/integration_mappings/:integration_mapping_id", "params": [ { "name": "integration_mapping_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Shows an Integration Mapping" }, { "info": { "name": "update integration mapping", "type": "http" }, "http": { "method": "PATCH", "url": "https://api2.jebbit.com/api/v1/integration_mappings/:integration_mapping_id", "params": [ { "name": "integration_mapping_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "update integration mapping" }, { "info": { "name": "Delete an Integration Mapping", "type": "http" }, "http": { "method": "DELETE", "url": "https://api2.jebbit.com/api/v1/integration_mappings/:integration_mapping_id", "params": [ { "name": "integration_mapping_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an Integration Mapping" } ] } ], "bundled": true }