Get All Accounts Of A User
Overview
This endpoint enables you to list all trading accounts associated with the provided user id.
Get All Accounts Of A User
GET
baseURL/v{version}/users/{userId}/accounts
Path Parameters
Name | Type | Description |
---|---|---|
apiVersion* | The version of API. By default, set it to | |
userID* | String | Internal AutoShares ID of the user. |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | This is the authorization token from the token request. The value of this header must have the following format: |
Last updated