Skip to content

Instance info

GET
/api/instance
curl --request GET \
--url http://localhost:3000/api/instance

Public instance metadata for the sign-in screen, served before a session exists. Deliberately excludes uptime and process internals.

Instance metadata

Media type application/json
object
version
required
string
edition
required
string
Allowed values: community cloud
orgName
required

Organisation name shown on the sign-in screen (cloud only); null when unset

string | null
Example
{
"version": "0.1.0",
"edition": "community"
}