Endpoints

  • Gets the apps owned by the client of the user

    Gets the apps owned by the client of the user

    GET https://gateway.saxobank.com/sim/openapi/developer/apps?$inlinecount={$inlinecount}&$skip={$skip}&$top={$top}&IncludeSecrets={IncludeSecrets}

  • Create a app

    Create a app

    POST https://gateway.saxobank.com/sim/openapi/developer/apps

  • Get app by appKey

    Returns requested app by appKey

    GET https://gateway.saxobank.com/sim/openapi/developer/apps/{AppKey}

  • Updates an app

    Updates an existing application Inactive app cannot be updated App can be updated if (1) app is active or (2) user requests to activate the app and app can be made active

    PATCH https://gateway.saxobank.com/sim/openapi/developer/apps/{AppKey}

  • Deletes an app

    Deactivate an existing application

    DELETE https://gateway.saxobank.com/sim/openapi/developer/apps/{AppKey}

  • Gets redirect uris for a given app

    Gets redirect uris for a given app

    GET https://gateway.saxobank.com/sim/openapi/developer/apps/{AppKey}/redirecturis?$inlinecount={$inlinecount}&$skip={$skip}&$top={$top}

  • Creates a redirect uri

    Creates a redirect uri

    POST https://gateway.saxobank.com/sim/openapi/developer/apps/{AppKey}/redirecturis

  • Gets a redirect uri by id

    Gets a redirect uri by id

    GET https://gateway.saxobank.com/sim/openapi/developer/apps/{AppKey}/redirecturis/{RedirectUriId}?$inlinecount={$inlinecount}&$skip={$skip}&$skiptoken={$skiptoken}&$top={$top}

  • Updates a redirect uri

    Updates a redirect uri

    PATCH https://gateway.saxobank.com/sim/openapi/developer/apps/{AppKey}/redirecturis/{RedirectUriId}

  • Deletes a redirect uri

    Deletes a redirect uri

    DELETE https://gateway.saxobank.com/sim/openapi/developer/apps/{AppKey}/redirecturis/{RedirectUriId}

  • Gets secrets for a given app

    Gets secrets for a given app

    GET https://gateway.saxobank.com/sim/openapi/developer/apps/{AppKey}/secrets?$inlinecount={$inlinecount}&$skip={$skip}&$top={$top}

  • Create an app secret

    Create an app secret

    POST https://gateway.saxobank.com/sim/openapi/developer/apps/{AppKey}/secrets

  • Gets a secret by id

    Gets a secret by id

    GET https://gateway.saxobank.com/sim/openapi/developer/apps/{AppKey}/secrets/{SecretId}

  • Update an app secret

    Update an app secret

    PATCH https://gateway.saxobank.com/sim/openapi/developer/apps/{AppKey}/secrets/{SecretId}

  • Deletes a secret

    Deletes a secret

    DELETE https://gateway.saxobank.com/sim/openapi/developer/apps/{AppKey}/secrets/{SecretId}

  • Returns requested resource by appKey

    Returns requested resource by appKey

    GET https://gateway.saxobank.com/sim/openapi/developer/apps/resource/{AppKey}