setup_highbond {galvanizer} | R Documentation |
Highbond Authentication credentials
Description
Assembles all the core authentication needed to connect to a Highbond instance.
Usage
setup_highbond(apikey, instance, datacenter)
Arguments
apikey |
Highbond API token |
instance |
The HighBond instance ID, also known as the organization number |
datacenter |
The region code. Can be |
Details
Requires a Highbond API token. Activate a token from https://help.highbond.com/helpdocs/highbond/en-us/Content/launchpad/getting_started/managing_access_tokens.html.
The Instance (Organization) number and datacenter can both be found from the Highbond launchpad, then accessing Options and Organization. https://accounts.highbond.com/orgs/<ORG_ID>/details
Value
A Highbond Authentication credentials object to pass to your requests
[Package galvanizer version 0.5.3 Index]