def create_custom_api_key(
    name: str,
    value: str,
    api_key: Optional[str] = None,
) -> Dict[str, str]:

source code

Create a custom API key.

Arguments:

  • name - Name of the API key.
  • value - Value of the API key.
  • api_key - If specified, unify API key to be used. Defaults

Returns:

A dictionary containing the response information.