The Public Config API provides the means to easily retrieve your product configuration data.
Base URL
The Public Config API is not part of the Program API. For this API you use these URLs:
- CV —
[client].config-api.cv.gpsrv.com
- Production —
[client].config-api.pd.gpsrv.com
Authentication
You must obtain login credentials from Galileo that are specific to this API. Unlike the Program API, you pass your credentials in the request header as Authorization: Basic {token}
, where {token}
is base64-encoded apilogin:transkey
.