GET
/
v1
/
installs
/
{install_id}
/
inputs
/
current
curl --request GET \
  --url https://api.nuon.co/v1/installs/{install_id}/inputs/current \
  --header 'Authorization: <api-key>'
{
  "app_input_config_id": "<string>",
  "created_at": "<string>",
  "created_by_id": "<string>",
  "id": "<string>",
  "install_id": "<string>",
  "org_id": "<string>",
  "redacted_values": {},
  "updated_at": "<string>",
  "values": {}
}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and token.

Path Parameters

install_id
string
required

install ID

Response

200
application/json
OK

The response is of type object.