{ "opencollection": "1.0.0", "info": { "name": "Services.AutoTrading Account Values Trade Followers API", "version": "2.4.138+710c760591" }, "items": [ { "info": { "name": "Trade Followers", "type": "folder" }, "items": [ { "info": { "name": "Gets the auto trading terms and conditions acceptance status of a client.", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.saxobank.com/sim/openapi/at/v3/tradeFollowers/termsandconditions", "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 status of whether a client has accepted terms and conditions." }, { "info": { "name": "Updates the auto trading terms and conditions acceptance status of a client.", "type": "http" }, "http": { "method": "PUT", "url": "https://gateway.saxobank.com/sim/openapi/at/v3/tradeFollowers/termsandconditions", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://sim.logonvalidation.net/authorize", "accessTokenUrl": "https://sim.logonvalidation.net/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Updates the status of a client for terms and conditions." }, { "info": { "name": "Get the terms and conditions acceptance status of a client.", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.saxobank.com/sim/openapi/at/v3/tradeFollowers/:ClientKey/termsandconditions", "params": [ { "name": "ClientKey", "value": "", "type": "path", "description": "The client key uniquely identifying a client." } ], "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 status of whether a client has accepted terms and conditions." }, { "info": { "name": "Sets the terms and conditions acceptance status of a client.", "type": "http" }, "http": { "method": "PUT", "url": "https://gateway.saxobank.com/sim/openapi/at/v3/tradeFollowers/:ClientKey/termsandconditions", "params": [ { "name": "ClientKey", "value": "", "type": "path", "description": "The client key uniquely identifying a client." } ], "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": "Set the status of whether a client has accepted terms and conditions." }, { "info": { "name": "Get the suitability status of a client.", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.saxobank.com/sim/openapi/at/v3/tradeFollowers/:ClientKey/suitabilitystatus", "params": [ { "name": "ClientKey", "value": "", "type": "path", "description": "The client key uniquely identifying a client." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://sim.logonvalidation.net/authorize", "accessTokenUrl": "https://sim.logonvalidation.net/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Gets the suitability status of a client, which determines what product areas are suitable for the client, as well as the overall suitability of the client." }, { "info": { "name": "Update the suitability status of a client.", "type": "http" }, "http": { "method": "PUT", "url": "https://gateway.saxobank.com/sim/openapi/at/v3/tradeFollowers/:ClientKey/suitabilitystatus", "params": [ { "name": "ClientKey", "value": "", "type": "path", "description": "The client key uniquely identifying a client." } ], "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": "Sets the suitability status of a client, to define what product areas are suitable for the client, as well as the overall suitability of the client." }, { "info": { "name": "TradeFollowerV3GetTradeFollowers", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.saxobank.com/sim/openapi/at/v3/tradeFollowers/me", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://sim.logonvalidation.net/authorize", "accessTokenUrl": "https://sim.logonvalidation.net/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve follower suitability information." } ] } ], "bundled": true }