---
title: "List all the major social media networking accounts belong to the company."
method: GET
path: "/api/v2/companies/{id}/socialmedia"
tags: ["Company Digital Footprint"]
---

# List all the major social media networking accounts belong to the company.

`GET /api/v2/companies/{id}/socialmedia`

This is a list of major active social networking accounts owned or managed by the corresponding organization.

## Path parameters

- `id` integer, required

## Query parameters

- `page_number` integer
- `page_size` 10 | 20 | 30 | 50 | 100 | 250
- `query` string

## Response `200`

Success

- SocialMediaAccount[]
  - `Media` string — The name of the major social media.
  - `Url` string — The URL of the account.
  - `Domain` string — The related domain of the social media account.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/versions/7dadaba760fb/schema)
