Regarding API's

sekharrockz
Most of the api's are required to give access token. What if a developer wants to fetch data in a remote server and store the historical data ? any reason for tying the api calls with access tokens ? i agree access token makes sense for order placing and other which are related to orders.
  • Kailash
    @sekharrockz access_tokens are used to validate and authenticate requests. You can always use a generated access_token to fetch and store data.
Sign In or Register to comment.