GetOrigoCustomerConfiguration

Get the Origo Customer Configuration for the specified instance Returns (Task)

This will retrieve the origo customer configuration. This should not return the client secret.

Name Description
instanceInfo The instance to get the Origo configuration for

Get Origo Customer Configuration

Example in C#

// Returns: OrigoCustomerConfiguration
var origoCustomerConfiguration = await client.GetOrigoCustomerConfiguration(InstanceInfo instanceInfo);

Example in CURL



           curl -X GET \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/origo/configuration \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'