---
title: "Add Social Media Button"
method: POST
path: "/api/{account}/settings/social-media-buttons"
tags: ["Settings"]
---

# Add Social Media Button

`POST /api/{account}/settings/social-media-buttons`

Adds a new social media button to the account

## Request body

- object
  - `label` string, required — The button label
  - `type` 'instagram' | 'x' | 'facebook' | 'youtube' | 'tiktok' | 'snapchat' | 'amazon' | 'twitch' | 'discord' | 'patreon' | 'pinterest' | 'etsy' | 'bereal' | 'kick' | 'depop' | 'poshmark' | 'vsco' | 'threads' | 'throne' | 'shopltk' | 'oftv' | 'bluesky', required — The button type
  - `value` string, required — The button value, either a username or link.

## Response `200`

- object
  - `data` object[]
    - `id` integer
    - `sort` integer
    - `label` string
    - `username` string
    - `socialMedia` string
    - `link` string
    - `url` string
    - `isValid` boolean
    - `clicks` integer
  - `_meta` object
    - `_credits` object
      - `used` integer
      - `balance` integer
      - `note` string
    - `_cache` object
      - `is_cached` boolean
      - `note` string
    - `_rate_limits` object
      - `limit_minute` integer
      - `limit_day` integer
      - `remaining_minute` integer
      - `remaining_day` integer

---

[API](https://skmtc.net/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.net/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/versions/4a99d36f28a3/schema)
