Perform tasks related to importing tabs (now called dashboards).

POST /tabs/{id}/@/import

DescriptionImport the tab into the client account specified in the post data by the client id. All related Klips will also be imported along with the tab. The location of the newly imported tab is returned on success.
Permissionstab.import
Resource URLhttps://app.klipfolio.com/api/1.0/tabs/{id}/@/import
Fieldstab id={id}

Example Request

POST https://app.klipfolio.com/api/1/tabs/fedcba9876543210fedcba9876543210/@/import -d 
“{
‘client_id’: ‘0123456789abcdef0123456789abcdef’
}”

Example Response

{
 "meta": {
 "status": 201,
 “location”: “/tabs/ 5acc0711426cc202e61aa2ce9bc8dfd5”},
 "data": { "op_requested": "import" }
 }
}