AppsGet widget/app settings

Get widget/app settings

Returns the stored configuration of a registered app/widget instance (e.g. the reference catalog widget) identified by its UUID. The settings shape depends on the app type.

curl -X GET "https://referenzen.com/api/v1/apps/settings?app_UUID=example_string" \
  -H "Content-Type: application/json"
{}
GET
/apps/settings
GET
Base URLstring

Target server for requests. Edit to use your own host.

API Key (query: apiKey)
apiKeystring
Required

Your API key (workspace → avatar menu → Settings → API). Scopes all requests to your company.

Your API key (workspace → avatar menu → Settings → API). Scopes all requests to your company.
query
app_UUIDstring
Required

The app instance UUID (from the Widgets manager).

Request Preview
Response

Response will appear here after sending the request

Authentication

query
apiKeystring
Required

API Key for authentication. Your API key (workspace → avatar menu → Settings → API). Scopes all requests to your company.

Query Parameters

app_UUIDstring
Required

The app instance UUID (from the Widgets manager).

Responses

The app's settings object.