Connecting to Recurly
Recurly uses token authentication to control access to the API.
Using Token Authentication
In order to connect to Recurly, you'll need to create an API Key. To do so, navigate to 'Integrations' > 'API Credentials'. Click on 'Add Private API Key', provide the information required for this new API Key, then save the changes. To connect, set the APIKey to your Recurly API Key in the ProfileSettings connection property.
Example connection string
Profile=C:\profiles\Recurly.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 Recurly API Key. |