Strange intermittent error connecting to the API (error 1010)

Whats your application ID? Also our error messages should have more detail in them. Are you getting the detailed error message? It should look something like:

{
  "errors": [
    {
      "category": "AUTHENTICATION_ERROR",
      "code": "VALUE_EMPTY",
      "detail": "Field must not be blank.",
      "Field" : "idempotency_key"
    }
  ]
}

:slightly_smiling_face: