Ory.Model.ValidateBaseUrlRewriteRequest (ory_client v1.22.40)

Copy Markdown

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.

Summary

Types

t()

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

Functions

decode(value)