Skip to main content
GET
/
org
/
app-config
/
{provider}
Get organization app configuration
curl --request GET \
  --url https://api.onecli.sh/v1/org/app-config/{provider} \
  --header 'Authorization: Bearer <token>'
{
  "settings": {},
  "hasCredentials": true,
  "enabled": true
}

Documentation Index

Fetch the complete documentation index at: https://onecli.sh/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key obtained from the dashboard or GET /user/api-key

Path Parameters

provider
string
required

App provider identifier (e.g., gmail, github, jira)

Response

200 - application/json

App configuration

settings
object
hasCredentials
boolean
enabled
boolean