Find us at our new Help Center where we've combined our documentation and knowledgebase articles in one easy-to-search location.
We aren't updating the Developer Portal anymore, except for the Element Docs — all updates happen in the Help Center. We're retiring the Developer Portal as you know it in:
An authenticated element instance represents a connection between a single user and an API provider where they have an account. When you authenticate with an API Provider you create an element instance in Cloud Elements. Use the authenticated element instance to apply logic to the element instance with formulas, map your element instance to a common resources, and test your instance in the API docs.
When you authenticate through Cloud Elements 2.0, you authorize Cloud Elements to access your data at the API provider. If you need to authorize your own application to access an API provider use the /instances
API.
Each API provider is different. You can authenticate an element instance through Cloud Elements 2.0, or via the /instances
API. Because of the differences between each element, Cloud Elements provides detailed documentation for each element. The element documentation includes steps to prepare for authentication, how to authenticate through Cloud Elements or the instances
API, and additional information about bulk, querying, and events.
Each authenticated element instance is identifiable by it's unique element instance ID and element instance token. Use the element instance ID to refer to the instance in formulas and scripts. Cloud Elements uses the element instance token to authenticate with an API provider. You must pass the element instance token in the header of any API requests to the element.
To locate your element instance ID and element instance token:
After you authenticate an element instance, you can test it with the API docs. So long as you have an authenticated element instance, you can test any of the requests in the API docs. For more information about the element API docs, see the Overview.
To test your element instance:
You can edit your element instance or re-authenticate with an API provider. If you just need to change basic information about the element, you can update without re-authenticating. However, if you need to add events or update some configuration value, you must re-authenticate.
/instances
API. To update an authenticated element instance:
To re-authenticate an authenticated element instance:
You can delete an element instance, which permanently deletes the instance and it's element instance token from Cloud Elements.
To delete an element instance: