---
title: "Get social handles"
method: GET
path: "/api/organizations/{name}/socials"
tags: ["orgs"]
---

# Get social handles

`GET /api/organizations/{name}/socials`

Get an organization's social media handles

## Path parameters

- `name` string, required

## Response `200`

The organization's social media handles. Only includes handles that the organization has provided.

- object
  - `_id` string, required
  - `org` string, required
  - `socialHandles` object, required
    - `twitter` string
    - `github` string
    - `linkedin` string

---

[API](https://skmtc.net/huggingface/apis/hub-api-endpoints.md) · [All operations](https://skmtc.net/huggingface/apis/hub-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/huggingface/hub-api-endpoints/versions/6ab9f7d9cfb5/schema)
