Canvas API
1. Create an API key
2. Get Canvas and Element IDs
3. Write the API Call
POST /data/table HTTP/1.1
Host: api.canvasapp.com
x-api-key: [your_api_key]
Content-Type: application/json
{
"canvasId": "[your_canvas_id]",
"elementId": "[your_element_id]"
}Last updated