---
title: "Get the user's promotion channels"
method: GET
path: "/v1/promotion-channels"
tags: ["Accounts", "User profiles"]
---

# Get the user's promotion channels

`GET /v1/promotion-channels`

## Query parameters

- `alwaysReturnUrls` boolean
- `filterLink` boolean
- `onlyShortenTwitter` boolean

## Response `200`

OK

- RobloxAccountInformationApiModelsPromotionChannelsResponse — The promotion channels response
  - `promotionChannelsVisibilityPrivacy` string — The promotion channels visibility privacy level
  - `facebook` string — The Facebook channel
  - `twitter` string — The Twitter channel
  - `youtube` string — The YouTube channel
  - `twitch` string — The Twitch channel

## Other responses

- `400` — 1: User not found.
- `401` — 0: Authorization has been denied for this request.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/80880b69892d/schema)
