{ "opencollection": "1.0.0", "info": { "name": "Spotio 2.0 Connectors API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Connectors", "type": "folder" }, "items": [ { "info": { "name": "Get all available connector for dataObject Type ID)", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotio2.com/api/Connectors", "params": [ { "name": "pageSize", "value": "", "type": "query" }, { "name": "scrollId", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" }, { "name": "dataObjectTypeId", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "When DataObjectTypeId is empty return global connetors" }, { "info": { "name": "Create a new connector", "type": "http" }, "http": { "method": "POST", "url": "https://api.spotio2.com/api/Connectors", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "\nA connector can include user / dataObject variables. \nAppropriate format is required \n#### Web Regex - website url `https://spotio2.com`\n* ^(((?i)(http|https):\\/\\/){1}(\\w+)+([\\p{L}0-9_ \\~\\!\\@\\#\\$\\%\\^\\&\\*\\(\\)_\\-\\=\\+\\\\\\/\\?\\.\\:\\;\\,{}]*)?)$ \n#### Mobile Regex - deep link `slack://open?team={TEAM_ID}`\n* ^(((\\w+):\\/\\/){1}([\\p{L}0-9_ \\~\\!\\@\\#\\$\\%\\^\\&\\*\\(\\)_\\-\\=\\+\\\\\\/\\?\\.\\:\\;\\,{}]*)?)$\n" }, { "info": { "name": "Get a connector by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotio2.com/api/Connectors/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieves a connector by its unique ID." }, { "info": { "name": "Patch the connector if user have a permission", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.spotio2.com/api/Connectors/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": " Update connector details.\nA connector can include user / dataObject variables. \nAppropriate format is required \n#### Web Regex - website url `https://spotio2.com`\n* ^(((?i)(http|https):\\/\\/){1}(\\w+)+([\\p{L}0-9_ \\~\\!\\@\\#\\$\\%\\^\\&\\*\\(\\)_\\-\\=\\+\\\\\\/\\?\\.\\:\\;\\,{}]*)?)$ \n#### Mobile Regex - deep link `slack://open?team={TEAM_ID}`\n* ^(((\\w+):\\/\\/){1}([\\p{L}0-9_ \\~\\!\\@\\#\\$\\%\\^\\&\\*\\(\\)_\\-\\=\\+\\\\\\/\\?\\.\\:\\;\\,{}]*)?)$\n" }, { "info": { "name": "Delete the communication template (admin only)", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.spotio2.com/api/Connectors/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier for the connector" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete the communication template (admin only)" }, { "info": { "name": "GET /api/Connectors/profile", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotio2.com/api/Connectors/profile", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "Get available variables for dataObjectType ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotio2.com/api/Connectors/variables", "params": [ { "name": "dataObjectTypeId", "value": "", "type": "query" }, { "name": "scope", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get available variables for dataObjectType ID" }, { "info": { "name": "Get all available variables", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotio2.com/api/Connectors/variables/all", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List of variables which a user can use to create a new connector" } ] } ], "bundled": true }