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
  • Get Social Media Templates
  • Add/Update Social Media
  • Sort Social Media
  • Delete Social Media
  1. Digital Business Cards
  2. Digital Business Cards
  3. Update a Card

Social Media

Change Avatar-Image, Header Image or the Logo of the chosen card.

Get Social Media Templates

GET /v1/config/socialMedias

Query Parameters

Name
Type
Description

focus

String

contact , socialmedia, all

groupBy

String

category

s

String

search parameter

Add/Update Social Media

POST /v1/cards/{CARD_UUID}/ social-media

Headers

Name
Type
Description

Content-Type*

String

application/json

Request Body

Name
Type
Description

pos

String

nullable | numeric

color*

array

color.primary*

string

HEX-Color code

color.secondary*

string

HEX-Color code

class_icon*

string

nullable

name*

string

username*

string

URL ro social media channel

id

nullable

social media template id

sm_template_id*

nullable

social media template id

Sort Social Media

POST /v1/cards/{CARD_UUID}/ social-media/pos

Headers

Name
Type
Description

Content-Type*

String

application/json

Request Body

Name
Type
Description

uuid*

String

UUID of Social Media

pos*

String

Numeric

Delete Social Media

POST /v1/cards/{CARD_UUID}/ socia-media/{SOCIAL_MEDIA_UUID}/delete

Headers

Name
Type
Description

Content-Type*

String

application/json

PreviousDelete a ContactNextDelete a Card

Last updated 1 year ago