Me

Returns information about your account.

Request

GET https://ttv.microworkers.com/api/v2/accounts/me

Response

Response HTTP Codes

Http Code

Response Type

Description

200

UserInformationResponse

OK

401

Unauthorized

Response Body

{
  "id": string,
  "moneyBalance": float
}

UserInformationResponse

Property

Type

Description

id

string

Account ID.

moneyBalance

float

Account balance.

Note

If you don’t have enough money on your account balance you can go to Deposit page and deposit funds.