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 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
.