App 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"
}
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.