Web frontend for institutions (and GIL staff) to manage configuration related to Alma 3rd party integrations.
Configuration settings will be made available via API to other integration-related code and scripts.
Set HTTP_AUTHORIZATION header with integration API Key value on all requests. This will indicate to the app the Integration to look up.
For an array of contacts (name, email, branch campus, created datetime) from an institution:
GET '/api/uga/contacts'
For an integration/institution combo:
GET '/api/uga/settings'