AccountKeyEnable
< Return to Method List
boolean
AccountKeyEnable(string
$username,
string $password,
string $id_or_key)
Enable an account API key. This method requires authentication.
Parameters
| string username | The account username. |
|---|---|
| string password | The account password. |
| string id_or_key | An id or actual key string to enable. |
Return Value
| boolean | Returns TRUE on success, or an error structure. |
|---|