Instance Settings
Fetch the current instance
Fetches the current instance
get/instance
Response
Success
Example response
{
"environment_type": "development",
"allowed_origins": [
"http://localhost:3000",
"https://some-domain"
]
}Fetches the current instance
Success
{
"environment_type": "development",
"allowed_origins": [
"http://localhost:3000",
"https://some-domain"
]
}