{ "opencollection": "1.0.0", "info": { "name": "Channel Accounts Signatures API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Signatures", "type": "folder" }, "items": [ { "info": { "name": "Get signatures", "type": "http" }, "http": { "method": "GET", "url": "https://api2.frontapp.com/signatures/:signature_id", "params": [ { "name": "signature_id", "value": "", "type": "path", "description": "The signature ID" } ] }, "docs": "Get the given signature.\n\nRequired scope: `signatures:read`" }, { "info": { "name": "Update signature", "type": "http" }, "http": { "method": "PATCH", "url": "https://api2.frontapp.com/signatures/:signature_id", "params": [ { "name": "signature_id", "value": "", "type": "path", "description": "The signature ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update signature\n\nRequired scope: `signatures:write`" }, { "info": { "name": "Delete signature", "type": "http" }, "http": { "method": "DELETE", "url": "https://api2.frontapp.com/signatures/:signature_id", "params": [ { "name": "signature_id", "value": "", "type": "path", "description": "The signature ID" } ] }, "docs": "Delete signature\n\nRequired scope: `signatures:delete`" }, { "info": { "name": "List teammate signatures", "type": "http" }, "http": { "method": "GET", "url": "https://api2.frontapp.com/teammates/:teammate_id/signatures", "params": [ { "name": "teammate_id", "value": "", "type": "path", "description": "The teammate ID. Alternatively, you can supply an email as a [resource alias](https://dev.frontapp.com/docs/resource-aliases-1)." } ] }, "docs": "List the signatures belonging to the given teammate.\n\nRequired scope: `signatures:read`" }, { "info": { "name": "Create teammate signature", "type": "http" }, "http": { "method": "POST", "url": "https://api2.frontapp.com/teammates/:teammate_id/signatures", "params": [ { "name": "teammate_id", "value": "", "type": "path", "description": "The teammate ID. Alternatively, you can supply an email as a [resource alias](https://dev.frontapp.com/docs/resource-aliases-1)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new signature for the given teammate\n\nRequired scope: `signatures:write`" }, { "info": { "name": "List team signatures", "type": "http" }, "http": { "method": "GET", "url": "https://api2.frontapp.com/teams/:team_id/signatures", "params": [ { "name": "team_id", "value": "", "type": "path", "description": "The team ID" } ] }, "docs": "List the signatures belonging to the given team (workspace).\n\nRequired scope: `signatures:read`" }, { "info": { "name": "Create team signature", "type": "http" }, "http": { "method": "POST", "url": "https://api2.frontapp.com/teams/:team_id/signatures", "params": [ { "name": "team_id", "value": "", "type": "path", "description": "The team ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new signature for the given team (workspace).\n\nRequired scope: `signatures:write`" } ] } ], "bundled": true }