API Reference
Settings
Get server configuration
Returns whitelisted environment variables with sensitive values masked.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
OK
List admin settings
Returns all configurable platform settings.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
OK
Update a setting
Updates a single platform setting by key.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Request Body
application/jsonRequiredNew value
valuestringPath Parameters
keyRequiredstringSetting key
OK
Get integration status
Returns sync status summary for all connected repos in the organization.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
OK
Was this page helpful?