{ "opencollection": "1.0.0", "info": { "name": "Services.AutoTrading Account Values Features API", "version": "2.4.138+710c760591" }, "items": [ { "info": { "name": "Features", "type": "folder" }, "items": [ { "info": { "name": "Remove a feature availability subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://gateway.saxobank.com/sim/openapi/root/v1/features/availability/subscriptions/:ContextId/:ReferenceId", "params": [ { "name": "ContextId", "value": "20180204125301453", "type": "path", "description": "The context id part of the streaming session (used to identify the subscription within a streaming session)." }, { "name": "ReferenceId", "value": "C04", "type": "path", "description": "The reference id that identifies the subscription (within a streaming session)." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://sim.logonvalidation.net/authorize", "accessTokenUrl": "https://sim.logonvalidation.net/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Removes the subscription identified by the specified reference id (and streaming context id)." }, { "info": { "name": "Create a feature availability subscription", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.saxobank.com/sim/openapi/root/v1/features/availability/subscriptions", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://sim.logonvalidation.net/authorize", "accessTokenUrl": "https://sim.logonvalidation.net/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create a feature availability subscription." }, { "info": { "name": "Get the availability of all features", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.saxobank.com/sim/openapi/root/v1/features/availability", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://sim.logonvalidation.net/authorize", "accessTokenUrl": "https://sim.logonvalidation.net/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get the availability of all features." } ] } ], "bundled": true }