Social Media

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

Get Social Media Templates

GET /v1/config/socialMedias

Query Parameters

NameTypeDescription

focus

String

contact , socialmedia, all

groupBy

String

category

s

String

search parameter

Add/Update Social Media

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

Headers

NameTypeDescription

Content-Type*

String

application/json

Request Body

NameTypeDescription

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

NameTypeDescription

Content-Type*

String

application/json

Request Body

NameTypeDescription

uuid*

String

UUID of Social Media

pos*

String

Numeric

Delete Social Media

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

Headers

NameTypeDescription

Content-Type*

String

application/json

Last updated