{ "opencollection": "1.0.0", "info": { "name": "1Fort API Documentation Broker Ams Integration API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "broker-ams-integration", "type": "folder" }, "items": [ { "info": { "name": "List AMS integrations", "type": "http" }, "http": { "method": "GET", "url": "https://api.1fort.com/apis/v2/broker/integrations/ams", "params": [ { "name": "search", "value": "", "type": "query", "description": "A search term." }, { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." } ] }, "docs": "List all AMS integrations for the broker." }, { "info": { "name": "Create AMS integration", "type": "http" }, "http": { "method": "POST", "url": "https://api.1fort.com/apis/v2/broker/integrations/ams", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new AMS integration for the broker." }, { "info": { "name": "Retrieve AMS integration", "type": "http" }, "http": { "method": "GET", "url": "https://api.1fort.com/apis/v2/broker/integrations/ams/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a specific AMS integration." }, { "info": { "name": "Update AMS integration", "type": "http" }, "http": { "method": "PUT", "url": "https://api.1fort.com/apis/v2/broker/integrations/ams/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing AMS integration." }, { "info": { "name": "Partially update AMS integration", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.1fort.com/apis/v2/broker/integrations/ams/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Partially update an existing AMS integration." }, { "info": { "name": "Delete AMS integration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.1fort.com/apis/v2/broker/integrations/ams/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete an existing AMS integration." } ] } ], "bundled": true }