Use the Content Scripting REST API
- Last UpdatedApr 22, 2022
- 1 minute read
To use the Content Scripting REST API
-
Create the API call using your preferred client tool or scripting language.
-
Add the API key to the header:
Authorization: Bearer {API Key
Content-Type: application/json;charset=UTF-8
-
Add the PostData API to the body of the script to make the content API call.
Tip: It's best to ensure that the values assigned to applicable properties are applicable for that chart. Validation for the properties is not done, so if inapplicable property values are assigned, the chart may behave incorrectly.
For more information, see the Examples.