v13

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-04237161688.6 KB
Instance Settings

Fetch the current instance

Fetches the current instance

get/instance

Response

Success

object'instance' required

String representing the object's type. Objects of the same type share the same value.

idstring required
environment_typestring required
allowed_originsstring[] nullable required

Example response

{
  "environment_type": "development",
  "allowed_origins": [
    "http://localhost:3000",
    "https://some-domain"
  ]
}