Bad Request
Internal server error
Returns the AccountSetting with the requested accountIdentifier
curl -i -X GET \ 'https://app.harness.io/ng/api/account-setting?accountIdentifier=string&orgIdentifier=string&projectIdentifier=string&type=Connector' \ -H 'x-api-key: YOUR_API_KEY_HERE'
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}Details of the AccountSetting to create
Bad Request
Internal server error
Returns created account setting
{- "accountIdentifier": "string",
- "orgIdentifier": "string",
- "projectIdentifier": "string",
- "config": { },
- "type": "Connector"
}{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}Bad Request
Internal server error
Returns the list of AccountSettings with requested accountIdentifier
curl -i -X GET \ 'https://app.harness.io/ng/api/account-setting/list?accountIdentifier=string&orgIdentifier=string&projectIdentifier=string&type=Connector' \ -H 'x-api-key: YOUR_API_KEY_HERE'
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}