Get a gate by its name
Gates
Get a gate by its name
Use when: caller has a human-readable gate name (not id) and needs to resolve it to the full gate configuration
Lookup by the user-facing gate name. Names are unique per user; returns 404 if not found. Use this when the caller has the name but not the id — e.g. SDK callers that reference gates by their declared name in code.
GET
Get a gate by its name
Authorizations
Verlon API key (newly minted keys are prefixed sk-vrln-; legacy verlon_* and layer_* keys from prior prefix migrations continue to validate). Generated from the dashboard under Settings → API Keys, or via verlon key create in the CLI.
Response
The gate record.

