{ "opencollection": "1.0.0", "info": { "name": "Port Action Runs Apps API", "version": "1.0" }, "items": [ { "info": { "name": "Apps", "type": "folder" }, "items": [ { "info": { "name": "Get all credentials", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/apps", "params": [ { "name": "fields", "value": "", "type": "query", "description": "The fields to include in the response. If not specified, all fields will be included." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "This route allows you to fetch all credentials in your Port organization." }, { "info": { "name": "Rotate secret", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/apps/:id/rotate-secret", "params": [ { "name": "id", "value": "", "type": "path", "description": "The `id` of the credentials set you want to operate on." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "This route allows you to rotate the secret of a set of credentials in your Port organization." }, { "info": { "name": "Change the name of a credentials set", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/apps/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The `id` of the credentials set you want to operate on." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "This route allows you to change the name of a set of credentials in your Port organization." }, { "info": { "name": "Delete credentials", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/apps/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The `id` of the credentials set you want to operate on." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "This route allows you to delete a set of credentials in your Port organization." } ] } ], "bundled": true }