Application settings

Get Settings

get
Authorizations
Responses
200
Successful Response
application/json
get
GET /api/internal/application/integrations HTTP/1.1
Host: 
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "github": {
    "enabled": true,
    "orgs": [
      "text"
    ],
    "accounts": [
      "text"
    ]
  },
  "aws": {
    "enabled": true,
    "orgs": [
      "text"
    ],
    "accounts": [
      "text"
    ]
  }
}

Get Enabled Features

get
Authorizations
Responses
200
Successful Response
application/json
Responsestring[]
get
GET /api/internal/application/features HTTP/1.1
Host: 
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
  "text"
]

Was this helpful?