voxel.hapi.authkeys.list
List all hAPI keys associated with an account. This method may only be accessed via an SSL endpoint.
Parameters
authkey(optional)- Authentication key associated with a Voxel username
Example Response
<authkeys>
<authkey>
<key>4eb787e0035b1314a38af2891b125b6b</key>
<secret>29c19ac83dc1b0f98919810ad5c44e5f</secret>
<username>myusername</username>
<user_type>superuser</user_type>
</authkey>
...
</authkeys>
Notes
This method will list all authentication keys/secrets for an
account, along with other basic information. A specific
authkey may optionally be specified, in which case only
the details of the requested key are returned.
Method Specific Error Codes
500: Method must be accessed via an SSL endpoint- This method may only be accessed from an SSL-enabled hAPI endpoint.

