v1

latestOpenAPI 3.0.32026-07-13218142597.2 KB
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.

keystring

The key of the property

valueobject

The value of the property

Example response

{
  "key": "user-preferences",
  "value": {
    "theme": "dark",
    "language": "en"
  }
}