Social Media
Change Avatar-Image, Header Image or the Logo of the chosen card.
Get Social Media Templates
GET
/v1/config/socialMedias
Query Parameters
focus
String
contact
, socialmedia
, all
groupBy
String
category
s
String
search parameter
Add/Update Social Media
POST
/v1/cards/{CARD_UUID}/ social-media
Headers
Content-Type*
String
application/json
Request Body
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
Content-Type*
String
application/json
Request Body
uuid*
String
UUID of Social Media
pos*
String
Numeric
Delete Social Media
POST
/v1/cards/{CARD_UUID}/ socia-media/{SOCIAL_MEDIA_UUID}/delete
Headers
Content-Type*
String
application/json
Last updated