Connecting to BillingRobo
The BillingRobo API uses a API key and Token-based authentication.
Using Token Authentication
Your BillingRobo API Key and User Name are required to create a connection to BillingRobo. API Key can be generated in the BillingRobo API settings page. Once you have obtained those properties, set them in the ProfileSettings connection property.
Example Connection string
Profile=C:\profiles\BillingRobo.apip;ProfileSettings='APIKey=my_api_key;User=user_name;'
Connection Properties
The connection string properties are the various options that can be used to establish a connection. This section provides a complete list of the options you can configure in the connection string for this provider.
Property | Description |
APIKey | Your API Key in your BillingRobo account. |