Disclaimer banner cps-icon-v2

This documentation applies to the Legacy platform. If your dashboard matches the screenshot shown here, please refer to the new platform documentation.

Disclaimer banner image
New documentation
Disclaimer banner image

Get Basic Account Information

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

Field Name
Get Basic Account Information
cmd
Descriptionget_basic_info
Required?Yes
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!!!
   }
}