Skip to main content
GET
/
.well-known
/
meta
Get deployment metadata
curl --request GET \
  --url https://api.wacht.dev/.well-known/meta
{
  "deployment_id": "999999999999999999",
  "backend_host": "api.wacht.dev",
  "issuer": "https://api.wacht.dev",
  "organizations_enabled": true,
  "workspaces_enabled": true,
  "theme": "light",
  "primary_color": "#4f46e5",
  "logo_url": "<string>"
}

Response

200 - application/json

Metadata retrieved

deployment_id
string<uint64>

Deployment ID

Example:

"999999999999999999"

backend_host
string

Backend API host

Example:

"api.wacht.dev"

issuer
string

JWT issuer

Example:

"https://api.wacht.dev"

organizations_enabled
boolean

Whether organizations feature is enabled

Example:

true

workspaces_enabled
boolean

Whether workspaces feature is enabled

Example:

true

theme
string

UI theme

Example:

"light"

primary_color
string

Primary brand color

Example:

"#4f46e5"

logo_url
string<uri> | null

Logo URL