twinlab.get_api_key#

twinlab.get_api_key(verbose=False)[source]#

Show the user API key for their twinLab cloud account.

Parameters:

verbose (bool, optional) – Display information about the operation while running.

Returns:

User API key.

Return type:

str

Example

tl.get_api_key()
'secret-12345'