Configurations Management
Name | Description | Introduced In |
---|---|---|
getCountries | This API retrieves the list of countries from the Spotlight app. | 2021.01 |
getRegions | This API retrieves the list of regions from the Spotlight app. | 2021.01 |
fetchConfigurations | This API retrieves the key-value pairs that are present in the Configuration Bundle of the System Configurations in the Spotlight app. | 2021.01 |
getTermsAndConditions | This API retrieves the URL for Terms and Conditions from the Spotlight application. | 2021.01 |

Description: |
This API retrieves the list of countries from the Spotlight app. |
|||||
Method: |
POST |
|||||
URL: |
{{baseUrl}}/services/data/v1/ConfigurationsManagement/operations/Location/getCountries |
|||||
Security Level: |
Anonymous App User | |||||
Header Request | X-Kony-Authorization | |||||
Body Request: |
Parameters LanguageCode (Mandatory) Specifies the output language. {"LanguageCode":"en-US"} |
|||||
Response |
Parameters |
|||||
Error Code |
|
|||||
Service Flow: |
|

Description: |
This API retrieves the list of regions from the Spotlight app. |
|||||
Method: |
POST |
|||||
URL: |
{{baseUrl}}/services/data/v1/ConfigurationsManagement/operations/Location/getRegions |
|||||
Security Level: |
Anonymous App User | |||||
Header Request | X-Kony-Authorization | |||||
Body Request: |
Parameters LanguageCode (Mandatory) Specifies the output language. {"LanguageCode":"en-US"} |
|||||
Response |
||||||
Error Codes |
|
|||||
Service Flow: |
|

Description: | This API retrieves the terms and conditions from spotlight. | ||||
Method: | POST | ||||
URL: | {{baseUrl}}/services/data/v1/ConfigurationsManagement/operations/BundleConfigurations/fetchConfigurations | ||||
Security Level: | Anonymous App User | ||||
Header Request: |
|
||||
Body Request: |
Parameters bundle_name Specifies the type of Bundle. { "bundle_name": "Retail Origination_Infinity", "config_key": "" } |
||||
Response: | Click here for response code |
||||
Error Code(s): |
|
||||
Service Flow: |
|

Description: | This API retrieves the URL for Terms and Conditions from the Spotlight application. | ||||
Method: | POST | ||||
URL: | {{baseUrl}}/services/data/v1/ConfigurationsManagement/operations/TermsAndConditions/getTermsAndConditions | ||||
Security Level: | Anonymous App User | ||||
Header Request: |
|
||||
Body Request: |
Parameters languageCode(Mandatory) Specifies the language of the config. termsAndConditionsCode(Mandatory) Specifies the unique code for the Infinity Origination application. This code is used to retrieve the terms and conditions config that is associated with an application. { jsondata={"termsAndConditionsCode":"Onboarding_ProductDashboard_Disclaimer","languageCode":"en-US","appId":"ORIGINATION"} |
||||
Response: | { "versionId": "1.0", "termsAndConditionsContent": "Investing involves risks, and there is always the potential of losing money when you invest in securities. You should review any planned financial transactions that may have tax or legal implications with your personal tax or legal advisor.", "contentTypeId": "TEXT", "contentId": "TCC3450033", "opstatus": 0, "consentType": "GENERIC.INFO", "termAndConditonCodeId": "TE1920033", "opstatus": 0, "httpStatusCode": 200 "retentionPeriod": "30", "isConsentMandatory": "false" } |
||||
Error Code(s): |
|
||||
Service Flow: |
|
In this topic