Settings
Add Social Media Button
Adds a new social media button to the account
post/api/{account}/settings/social-media-buttons
Request body
Example request
{
"label": "Instagram",
"type": "Instagram",
"value": "example_user"
}Response
Example response
{
"data": [
{
"id": 123,
"sort": 0,
"label": "Amazon",
"username": "",
"socialMedia": "amazon",
"link": "https://amazon.com/example",
"url": "https://amazon.com/example",
"isValid": true,
"clicks": 0
}
],
"_meta": {
"_credits": {
"used": 1,
"balance": 999999959,
"note": "Always"
},
"_cache": {
"is_cached": false,
"note": "Cache disabled for this endpoint"
},
"_rate_limits": {
"limit_minute": 1000,
"limit_day": 50000,
"remaining_minute": 999,
"remaining_day": 49986
}
}
}