diff --git a/src/Reflect/Client.php b/src/Reflect/Client.php index 7c1aa15..cc120d9 100644 --- a/src/Reflect/Client.php +++ b/src/Reflect/Client.php @@ -62,7 +62,7 @@ // Append Authentication header if API key is provided if (!empty($this->_key)) { - $headers[] = "Applications: Bearar {$this->_key}"; + $headers[] = "Authorization: Bearer {$this->_key}"; } // Append new line chars to each header