This service is exposed by Trade so that the client can obtain the access token that will be used in other methods
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Token successfully obtained
The response is of type object
.