Auth

Get a QR code sign-in channel

You can enable clients to sign in to the Trader's Room by scanning QR codes displayed on the Sign In page using the mobile app to which they have already been signed in. Use this method to get the sign-in channel that is used to monitor the client’s authentication status when signing in to the Trader's Room using a QR code.

GET
/api/v2/my/signin/qrcodes

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/api/v2/my/signin/qrcodes"
{  "id": "36f59381-5b54-48bd-a0c7-3b908c476732",  "lifetimeMinutes": 2,  "ip": "127.0.0.1",  "location": null}