Informational Commands
Get Basic Account Information
API POST Fields
Field Name
Description
Required?
API Response
{
"error": "ok",
"result": {
"username": "Username",
"merchant_id": "User's Merchant ID",
"email": "[email protected]",
"public_name": "Account's Public Name" // May be blank if not set!!!
}
}Last updated