---
title: "Get social link data associated with a group"
method: GET
path: "/v1/groups/{groupId}/social-links"
tags: ["Groups"]
---

# Get social link data associated with a group

`GET /v1/groups/{groupId}/social-links`

## Path parameters

- `groupId` integer, required

## Response `200`

OK

- RobloxGroupsApiGetSocialLinkResponse — A social link response from a create request
  - `data` RobloxGroupsApiSocialLinkResponse[]
    - `id` integer — The id of the social link
    - `type` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — What type of social media (including Roblox Group) this points to ['Facebook' = 0, 'Twitter' = 1, 'YouTube' = 2, 'Twitch' = 3, 'GooglePlus' = 4, 'Discord' = 5, 'RobloxGroup' = 6, 'Amazon' = 7, 'Guilded' = 8]
    - `url` string — The url of the link
    - `title` string — The title of the link
  - `socialLinksVerificationStatus` 0 | 1 | 2 | 3

## Other responses

- `400` — 1: Group is invalid or does not exist.
- `401` — 0: Authorization has been denied for this request.
- `403` — 13: Only users who are over thirteen years of age may edit social links.
- `404` — 11: Social links cannot be processed as this time.

---

[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/ece7c5a315e7/schema)
