---
title: "Instance"
method: GET
path: "/instance/{instancekey}"
tags: ["Instance"]
---

# Instance

`GET /instance/{instancekey}`

Endpoint that returns some instance configuration

## Path parameters

- `instancekey` string, required

## Headers

- `TWN-Source` string

## Response `200`

The response contains (a subset of) configured settings for a given instance.

- Instance
  - `key` string
  - `displayName` string
  - `environment` string
  - `apiVersion` integer
  - `features` InstanceFeature[]
    - `name` string
    - `value` boolean

## Other responses

- `401` — Invalid instancekey supplied

---

[API](https://skmtc.net/tweakwise/apis/frontend-api.md) · [All operations](https://skmtc.net/tweakwise/apis/frontend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tweakwise/frontend-api/revisions/9bd1e2b3633f/schema)
