Skip to main content
GET
Get configurable parameters for an app.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

App ID

Response

200 - application/json

App params

specs
object[]
required

The parameter schema (snapshotted at creation time).

values
object
required

Current values (from metadata.config). Sensitive values are masked.