Get integration settings

GET {{baseUrl}}/apis/:owner/:api/:version/integrations/:integrationId

Returns the configuration of the specified integration. Access tokens and passwords are not returned for security reasons.

RESPONSES

status: OK

{"id":"3fa85f64-5717-4562-b3fc-2c963f66afa6","configType":"GITHUB","name":"Java client SDK","owner":"myOrg","repository":"petstore","branch":"develop","target":"java","syncMethod":"Advanced Sync","outputFolder":"sdk/java","providedPaths":["*"],"managedPaths":[],"ignoredPaths":[],"enabled":true}