Auth

Get a temporary token

Use this method to obtain a temporary token for seamless authorization of a client from the Android app to the Trader's Room.

POST
/api/v2/my/auth/magic-link

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/v2/my/auth/magic-link"
{  "data": {    "temporaryToken": "b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c",    "expiresAt": "2019-08-24T14:15:22Z"  }}
{  "error": {    "message": "Unauthorized"  }}
{  "error": {    "message": "string"  }}
{  "error": {    "message": "Service Unavailable"  }}