Learn R Programming

ractivecampaign (version 0.6.0)

ac_auth: Authorization. Set API URL and Key

Description

Your API key can be found in your account on the Settings page under the "Developer" tab. Each user in your ActiveCampaign account has their own unique API key.

Usage

ac_auth(url, key, verbose = TRUE)

Value

No return value, called for side effects

Arguments

url

API URL

key

API Key

verbose

Manage output console message

See Also