{ "opencollection": "1.0.0", "info": { "name": "vivenu access-lists api_keys API", "version": "1.0.0" }, "items": [ { "info": { "name": "api_keys", "type": "folder" }, "items": [ { "info": { "name": "api-keys/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/keys", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get All API Keys" }, { "info": { "name": "api-keys/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/keys", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an API Key" }, { "info": { "name": "api-keys/getInfo", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/keys/info", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get Information about the used API Key" }, { "info": { "name": "api-keys/get", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/keys/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get an API Key" }, { "info": { "name": "api-keys/update", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/keys/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an API Key" }, { "info": { "name": "get_or_create_a_default_api_key", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/keys/default", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get or Create a Default API Key" } ] } ], "bundled": true }