Skip to contents

Validate 'API' key

Usage

nixtla_validate_api_key()

Value

A status code and a message indicating whether the 'API' key is valid.

Examples

if (FALSE) {
  nixtlar::nixtla_set_api_key("YOUR_API_KEY")
  nixtlar::nixtla_validate_api_key
}