Get Basic Account Information

API POST Fields (in addition to the Main Fields described in the Introduction)

Field NameDescriptionRequired?
Get Basic Account Information
cmdget_basic_infoYes

API Response

A successful call to the 'get_basic_info' command will give you a result similar to this (JSON):
{  
   "error":"ok",
   "result":{  
      "username":"Username",
      "merchant_id":"User's Merchant ID",
      "email":"account@email.com",
      "public_name":"Account's Public Name", // May be blank if not set!!!
   }
}