External
Retrieves the configuration value for a given key and institute.
post/External/GetConfig
Headers
X-Versionstring
Request body
Example request
{
"instituteId": 1,
"key": "some_key"
}Response
Success
{
"instituteId": 1,
"key": "some_key"
}Success