invalid_origin

An origin must be scheme and host only, for example `https://shop.is`, with no path.

HTTP status400
Error typeinvalid_request_error
RetryNo. Fix the request.

Response shape

{
  "error": {
    "type": "invalid_request_error",
    "code": "invalid_origin",
    "message": "…",
    "doc_url": "https://docs.borga.is/errors/invalid_origin",
    "request_id": "req_…"
  }
}

See all error codes and how to handle them.