Connecting to Billsby
Billsby uses token authentication to control access to the API.
Using Token Authentication
In order to authenticate to Billsby, you'll need to provide your API Key. The API Key for your account can be found in the Billsby control panel in Settings > Configuration > API keys and webhooks. Additionally, you will need to set the Domain, found in the domain name of your Billsby account. For example if your Billsby portal is acmeinc.billsby.com, then the Domain should be 'acmeinc'. Set both the API Key and Domain in the ProfileSettings property to connect.
Example connection string
Profile=C:\profiles\Billsby.apip;ProfileSettings='Domain=acmeinc;APIKey=my_api_key';
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 Billsby API Key. |
Domain | The domain for the Billsby account. |