v1
latestOpenAPI 3.0.02026-07-24182211348.4 KBInstance
Instance
Endpoint that returns some instance configuration
get/instance/{instancekey}
Path parameters
instancekeystring required
Instance specific key.
Headers
TWN-Sourcestring
The source of the request. See the article on the request source for more information.
Response
The response contains (a subset of) configured settings for a given instance.
Example response
{
"displayName": "Instance name",
"environment": "Production",
"apiVersion": 2,
"features": [
{
"name": "navigation",
"value": true
}
]
}