{ "opencollection": "1.0.0", "info": { "name": "Alianza Service Activation API", "version": "2" }, "items": [ { "info": { "name": "Service Activation", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a service activation event on an account", "type": "http" }, "http": { "method": "GET", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/account/:accountId/reference/:referenceId/type/:serviceType", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "referenceId", "value": "", "type": "path" }, { "name": "serviceType", "value": "", "type": "path" }, { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" }, { "name": "accountId", "value": "", "type": "path", "description": "ID of account" } ] }, "docs": "Use to retrieve a specific service activation event on an account" } ] } ], "bundled": true }