cURL
curl --request GET \ --url https://api.rigbox.dev/api/apps/{id}/params \ --header 'Authorization: Bearer <token>'
{ "specs": [ { "key": "<string>", "label": "<string>", "param_type": "string", "default": "<string>", "description": "<string>", "group": "<string>", "help_url": "<string>", "options": [ { "label": "<string>", "value": "<string>" } ], "order": 123, "required": true, "sensitive": true, "validation_pattern": "<string>" } ], "values": {} }
Get the configurable parameters for an app.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
App ID
App params
The parameter schema (snapshotted at creation time).
Show child attributes
Current values (from metadata.config). Sensitive values are masked.