Single-Factor Authentication
Perform regular authentication in Autoshares Trader
Overview
POST APIBaseURL + /tokenCURL
curl -X POST "https://pub-api-et-demo-prod.etnasoft.us/api/token" \
-H "Username: yourUsername" \
-H "Password: yourPassword" \
-H "Et-App-Key: yourEttAppKey" \
-H "Content-Length: 0"Response
Common Mistakes
Failing to Specify the Et-App-Key Parameter
Incorrect or Missing User Credentials
Sample Code
Last updated