The Public Config API provides the means to easily retrieve your product configuration data.
Base URL
For this API use the tenanted URL that SoFi Tech Solutions assigns you: {corename}.config-api.{env}.gpsrv.com/config/1.0/endpointName, where
corenameis the name of your core, as assigned by SoFi Tech Solutions.envis the environment:cvfor client validation andpdfor production.
Authentication
You must obtain API login credentials from SoFi Tech Solutions. If you already have credentials for Program API, you can use those. Unlike the Program API and other APIs, you pass your credentials in the request header as Authorization: Basic {token}, where {token} is base64-encoded apilogin:transkey.

