{ "opencollection": "1.0.0", "info": { "name": "Coinme Crypto-as-a-Service AuthLinkResult Transactions API", "version": "1.2" }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "Get Specific Transaction", "type": "http" }, "http": { "method": "GET", "url": "https://caas.coinme.com/services/transactions/:partnerTransactionId", "headers": [ { "name": "Authorization", "value": "" }, { "name": "User-Agent", "value": "" } ], "params": [ { "name": "partnerTransactionId", "value": "", "type": "path", "description": "Transaction ID of the desired transaction" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "The below API takes the partnerTransactionId in the request and returns the transactions related to only that particular transactionId." } ] } ], "bundled": true }