Connecting to PabblySubscriptions
PabblySubscriptions allows authentication to its API via Basic authentication.
Using Basic Authentication
Authentication to PabblySubscriptions uses Basic authentication, using your API Key and Secret Key as User and Password. You may access the API Key and Secret Key from your account by going to 'Settings' > 'API Settings' > 'Regenerate API'. Set both User and Password properties to connect.
Example connection string
Profile=C:\profiles\PabblySubscriptions.apip;User=api_key;Password=secret_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 |
| Password | Specifies the password of the authenticating user account. |
| User | Specifies the user ID of the authenticating API user account. |