This will retrieve the origo customer configuration. This should not return the client secret.
Example in C#
// Returns: OrigoCustomerConfiguration
var origoCustomerConfiguration = await client.GetOrigoCustomerConfiguration(InstanceInfo instanceInfo);