Endpoints
-
Get the external accounts details list
Get the external accounts details list
GET https://gateway.saxobank.com/sim/openapi/partnerintegration/v1/externalaccounts?ClientKey={ClientKey}&UserKey={UserKey}
-
Create external accounts
Create external accounts
POST https://gateway.saxobank.com/sim/openapi/partnerintegration/v1/externalaccounts?ClientKey={ClientKey}&UserKey={UserKey}
-
Create external accounts
Create external accounts
PUT https://gateway.saxobank.com/sim/openapi/partnerintegration/v1/externalaccounts?ClientKey={ClientKey}&UserKey={UserKey}
-
Get the external accounts details list
Get the external accounts details list
GET https://gateway.saxobank.com/sim/openapi/partnerintegration/v1/externalaccounts/{ClientKey}
-
Update external accounts list
Update external accounts list
PATCH https://gateway.saxobank.com/sim/openapi/partnerintegration/v1/externalaccounts/{ClientKey}/{ExternalAccountIdentifier}
-
Delete an external account
Delete an external account
DELETE https://gateway.saxobank.com/sim/openapi/partnerintegration/v1/externalaccounts/{ClientKey}/{ExternalAccountIdentifier}
-
Update external accounts list
Update external accounts list
PATCH https://gateway.saxobank.com/sim/openapi/partnerintegration/v1/externalaccounts/{ExternalAccountIdentifier}?ClientKey={ClientKey}&UserKey={UserKey}
-
Delete an external account
Delete an external account
DELETE https://gateway.saxobank.com/sim/openapi/partnerintegration/v1/externalaccounts/{ExternalAccountIdentifier}?ClientKey={ClientKey}&UserKey={UserKey}