/accounts/credentials/show¶
Show account API credentials.
Parameters¶
- account_login : string
Account login.
- account_password : string
Account password.
Warning
API authentication parameters (api_key, api_timestamp, api_nonce and api_signature) should not be provided for this API call.
Example response¶
<?xml version="1.0" encoding="UTF-8"?>
<response>
<status>ok</status>
<account key="zUPp06Zi">
<secret>dQ5vNpEijBDpkTAwvx18u3gv</secret>
</account>
</response>
Response parameters¶
- /response/status : string
Call execution status. Set to ok if call executed successfully.
- //account/@key : string
Account key.
- //account/secret : string
Account API secret.