---
title: "GET /spaces/{space_id}/social_profiles"
method: GET
path: "/spaces/{space_id}/social_profiles"
tags: ["Social Profiles"]
---

# GET /spaces/{space_id}/social_profiles

`GET /spaces/{space_id}/social_profiles`

Social Profile means any of the social media network profiles which currently can be managed with Statusbrew. Social profiles can be of the following types -

Type

Description

fb\_page/td>

Facebook Page

tw\_profile

Twitter Profile

fb\_ig\_business

Instagram Business Profile

fb\_page\_backed\_ig

Facebook Page Backed Instagram Account

li\_company

LinkedIn Company Page

li\_showcase

LinkedIn Showcase Page

gmb\_location

Google My Business Page

yt\_channel

YouTube Profile (channel)

**Note -** You may choose to ignore any extra fields returned in the API result.

## Path parameters

- `space_id` string, required

## Response `200`

successful operation

- SocialProfile
  - `data` object[]
    - `id` string
    - `name` string
    - `externalName` string
    - `type` 'fb_page' | 'gmb_location' | 'fb_page_backed_ig' | 'fb_ig_business' | 'li_company' | 'li_showcase' | 'tw_profile' | 'yt_channel'
    - `socialNetwork` 'facebook' | 'twitter' | 'instagram' | 'google_my_business' | 'linkedin' | 'youtube'

---

[API](https://skmtc.dev/statusbrew/apis/analytics-api.md) · [All operations](https://skmtc.dev/statusbrew/apis/analytics-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/statusbrew/analytics-api/revisions/f3d70ecb9264/schema)
