REST-API
All DocumentationsSupport
  • Introduction
  • First Steps
    • Getting started
    • Authentication
  • Public Digital Cards
    • Get Public Card
    • Download Public Card
    • Get QR Code of Public Card
  • Digital Business Cards
    • Digital Business Cards
      • Get all Card(s)
      • Create a Card
      • Update a Card
        • Images
        • Contact Data
        • Delete a Contact
        • Social Media
      • Delete a Card
      • Get Space Addresses
    • Combine Physical Products
      • Connect Product to Card
      • Lock Product
  • Business Manager / Space
    • Digital Business Cards
      • Get all Card(s)
      • Create a Card
      • Export Digital Cards
      • Import Digital Cards
Powered by GitBook
On this page
  1. Business Manager / Space
  2. Digital Business Cards

Create a Card

Create a new one and connect a digital card direct into your space.

Create a digital business card for your team member directly through Space. Choose whether you want to create a Becard user account for this team member in the same process.

POST /v1/spaces/{SPACE_UUID}/cards

Request Body

Name
Type
Description

firstName*

string

lastName*

string

position

string

department

string

email

string

connect*

boolen

Create a User Account and link this digital card to the created account? Default: false

{
    "uuid": "TVZ2xSXXXXXXX",
    "avatar": {
        "uuid": null,
        "src": "https:\/\/cdn.becard.me\/default\/card_v1.jpg"
    },
    "username": "TVZ2xSXXXXXXX",
    "display_name": "Jon Doe",
    "position": "CTO",
    "public": null,
    "connected_cards": 0,
    "connects": 0,
    "subscriptions": null,
    "created_at": "2024-02-07T13:01:53.000000Z",
    "updated_at": "2024-02-07T13:01:53.000000Z"
}
PreviousGet all Card(s)NextExport Digital Cards

Last updated 1 year ago