curl --request POST \
--url https://app.plugchoice.com/api/v3/sites/{site}/cards/import \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"message": "<string>",
"created": 123,
"skipped": 123,
"errors": [
{
"row": 123,
"name": "<string>",
"id_token": "<string>",
"error": "<string>"
}
]
}curl --request POST \
--url https://app.plugchoice.com/api/v3/sites/{site}/cards/import \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"message": "<string>",
"created": 123,
"skipped": 123,
"errors": [
{
"row": 123,
"name": "<string>",
"id_token": "<string>",
"error": "<string>"
}
]
}name and id_token. Maximum file size is 1 MB.
.csv, .txt. Maximum size: 1 MB.