# `Ory.Model.ValidateBaseUrlRewriteRequest`

The endpoint is mounted on backoffice's admin listener and is not exposed on the public ingress; the bearer token is the credential. See .claude/docs/plans/courier-rewrite.md for the design.

# `t`

```elixir
@type t() :: %Ory.Model.ValidateBaseUrlRewriteRequest{
  base_url: String.t(),
  project_id: String.t(),
  token: String.t()
}
```

# `decode`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
