Endpoints

  • Get details about the logged in user

    Get details about the logged in user.

    GET https://gateway.saxobank.com/sim/openapi/port/v1/users/me

  • Get all users under a particular owner

    Get all users under a particular owner.

    GET https://gateway.saxobank.com/sim/openapi/port/v1/users/?$top={$top}&$skip={$skip}&$inlinecount={$inlinecount}&ClientKey={ClientKey}&IncludeSubUsers={IncludeSubUsers}&ActiveUsersFilter={ActiveUsersFilter}

  • Get the details about a user

    Get the details about a user

    GET https://gateway.saxobank.com/sim/openapi/port/v1/users/{UserKey}

  • Update user preferences

    Enables the user to update preferred language, culture and timezone.

    PATCH https://gateway.saxobank.com/sim/openapi/port/v1/users/me

  • Get all entitlements

    This operation retrieves a list of all client specific entitlements per exchanges for market data.

    GET https://gateway.saxobank.com/sim/openapi/port/v1/users/me/entitlements/?EntitlementFieldSet={EntitlementFieldSet}

  • Get all entitlements about a user

    A representation with client specific entitlements per exchanges of market data about a user

    GET https://gateway.saxobank.com/sim/openapi/port/v1/users/{UserKey}/entitlements/?EntitlementFieldSet={EntitlementFieldSet}