{ "opencollection": "1.0.0", "info": { "name": "Soracom and Query Analysis Credential API", "version": "20250903-043502" }, "items": [ { "info": { "name": "Credential", "type": "folder" }, "items": [ { "info": { "name": "List credential sets", "type": "http" }, "http": { "method": "GET", "url": "https://api.soracom.io/v1/credentials", "auth": { "type": "apikey", "key": "X-Soracom-API-Key", "value": "{{X-Soracom-API-Key}}", "placement": "header" } }, "docs": "Returns a list of credential sets." }, { "info": { "name": "Create a credential set", "type": "http" }, "http": { "method": "POST", "url": "https://api.soracom.io/v1/credentials/:credentials_id", "params": [ { "name": "credentials_id", "value": "", "type": "path", "description": "Credential set ID." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Soracom-API-Key", "value": "{{X-Soracom-API-Key}}", "placement": "header" } }, "docs": "Creates a new credential set." }, { "info": { "name": "Update a credential set", "type": "http" }, "http": { "method": "PUT", "url": "https://api.soracom.io/v1/credentials/:credentials_id", "params": [ { "name": "credentials_id", "value": "", "type": "path", "description": "Credential set ID." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Soracom-API-Key", "value": "{{X-Soracom-API-Key}}", "placement": "header" } }, "docs": "Updates a credential set." }, { "info": { "name": "Delete a credential set", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.soracom.io/v1/credentials/:credentials_id", "params": [ { "name": "credentials_id", "value": "", "type": "path", "description": "Credential set ID." } ], "auth": { "type": "apikey", "key": "X-Soracom-API-Key", "value": "{{X-Soracom-API-Key}}", "placement": "header" } }, "docs": "Deletes a credential set." } ] } ], "bundled": true }