Skip to content

Error Code: 1014 (Problem during authentication process)

HTTP status Code: 403

This error may be returned for a couple of different reasons:

  • Authorization headers were not sent (check headers if there is X-Auth-Token header sent during every request)
  • Authorization headers were ok, but there is no token (it should be passed as X-Auth-Token: token_type your_api_key)
  • Authorization headers were ok, but token type is unknown (it should be passed as X-Auth-Token: api-key your_api_key)
  • Headers were ok, but api-key is invalid