GET
/
v1
/
apps
/
{app_id}
/
components
curl --request GET \
  --url https://ctl.prod.nuon.co/v1/apps/{app_id}/components \
  --header 'Authorization: <api-key>'
[
  {
    "app_id": "<string>",
    "config_versions": 123,
    "created_at": "<string>",
    "created_by": {
      "created_at": "<string>",
      "created_by_id": "<string>",
      "email": "<string>",
      "expires_at": "<string>",
      "id": "<string>",
      "issued_at": "<string>",
      "issuer": "<string>",
      "subject": "<string>",
      "token_type": "auth0",
      "updated_at": "<string>"
    },
    "created_by_id": "<string>",
    "dependencies": [
      "<string>"
    ],
    "id": "<string>",
    "name": "<string>",
    "status": "<string>",
    "status_description": "<string>",
    "updated_at": "<string>"
  }
]

Authorizations

Authorization
string
headerrequired

Type "Bearer" followed by a space and token.

Path Parameters

app_id
string
required

app ID

Response

200 - application/json
app_id
string
config_versions
integer
created_at
string
created_by
object
created_by_id
string
dependencies
string[]
id
string
name
string
status
string
status_description
string
updated_at
string