Authenticate and get auth token
GET/gstn/authenticate/:ver/:lang
Authenticates the request received and shares the auth token and SEK for the authenticated user. The auth_token must be included as a header in all subsequent API requests.
Note: Auth token is valid for 2 hours.
Request
Responses
- 200
- 401
- 500
Successful authentication
Unauthorized
Internal server error