Application settings
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
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 /api/internal/application/features HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
"text"
]