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