Connecting to Rebilly
Rebilly uses token authentication to control access to the API.
Using Token Authentication
In order to authenticate to Rebilly, you'll need to provide your API Key. To create a new API Key, you can go to 'Automations' > 'Integrations' > 'Custom Integrations' > 'API Keys' > 'Add API Key'. Select 'Secret' as API Key Type. You may also want to restrict API key to selected organizations in the dropdown menu. Set the API Key in the ProfileSettings property to connect.
Example connection string
Profile=C:\profiles\Rebilly.apip;ProfileSettings='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 Rebilly API Key. |