v1
latestOpenAPI 3.0.32026-07-13218142597.2 KBApp Properties
Get a Forge app property by key.
Gets a Forge app property by property key. This API can only be accessed using asApp() requests from Forge.
get/app/properties/{propertyKey}
Path parameters
propertyKeystring required
The key of the property
Response
App property returned on success.
Example response
{
"key": "user-preferences",
"value": {
"theme": "dark",
"language": "en"
}
}