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.

-> Download EXCEL-Template <-

POST /v1/spaces/{SPACE_UUID}/cards/import

You can find the SPACE_UUID in your Space in "Settings" -> "General Settings"

Path Parameters

NameTypeDescription

SPACE_UUID*

String

Headers

NameTypeDescription

Content-Type*

multipart/form-data

Request Body

NameTypeDescription

file*

File

YOUR EXCEL FILE

Last updated