Application settings
Authorizations
Responses
200
Successful Response
application/json
404
Not found
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"
]
}
}
Was this helpful?