Import Digital Cards
You have the option to import an Excel file through our API, thus updating a single card or importing and updating multiple digital cards.
Please download our Excel template, it's important to maintain the format. If you wish to update a digital card, please enter the UUID
of the card. If you want to create a new card, leave the UUID field empty.
POST
/v1/spaces/{SPACE_UUID}/cards/import
You can find the SPACE_UUID
in your Space in "Settings" -> "General Settings"
Path Parameters
Name
Type
Description
SPACE_UUID*
String
Headers
Name
Type
Description
Content-Type*
multipart/form-data
Request Body
Name
Type
Description
file*
File
YOUR EXCEL FILE
Last updated