HTTP status Code: 403

This could be couple of different reason:

  • Authorization headers were not sent (check headers if there is X-Auth-Token header send 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