Create a new key for managing an individual product.
Returns the same as apikey.info().
Raises : | ApiErrorAccountDoesNotExist if account_name does not match any of the accounts associated with the calling partner. |
---|---|
Raises : | ApiErrorServiceDoesNotExist if product does not match the name of any active product which is managed by the partner, on any account associated with the calling partner. |
Parameters: |
|
Returns a list of API keys in associated accounts which are enabled.
Raises : | ApiErrorAccountDoesNotExist if account_name is provided and does not match the name of any account associated with the calling partner. |
---|---|
Parameters: | account_name (String, Optional) – The name of the account to limit results to. Ensure this value has at most 20 characters. |
Returns: | A list of dictionaries in the same format as apikey.info() |