Get account information
Request
GET https://api.46elks.com/a1/me
Response structure
{
"mobilenumber":"+46766861004",
"displayname":"Your name or company",
"id":"u5a9566c072160b318445d163949bf505",
"currency":"SEK",
"balance":9670500,
"email":"help@46elks.com"
}
Parameter |
Type |
Description |
id |
string |
Unique account id. |
currency |
string |
The currency used by the account, for example SEK or EUR. |
displayname |
string |
The name of the account. |
mobilenumber |
string |
The cell phone number of the account owner in E.164 format. |
email |
string |
The email of the account owner. |
balance |
integer |
Current balance of the account. |