The Public Config API provides the means to easily retrieve your product configuration data.
Base URL
For this API use the tenanted URL that Galileo assigns you: {corename}.config-api.{env}.gpsrv.com/config/1.0/endpointName
, where
corename
is the name of your core, as assigned by Galileo.env
is the environment:cv
for client validation andpd
for production.
Authentication
You must obtain API login credentials from Galileo. 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
.