---
title: "Retrieve a profile"
method: GET
path: "/social/{connection_id}/profile/{id}"
tags: ["social", "profile"]
---

# Retrieve a profile

`GET /social/{connection_id}/profile/{id}`

## Path parameters

- `connection_id` string, required
- `id` string, required

## Query parameters

- `fields` string[]
- `raw` string

## Response `200`

Successful

- SocialProfile
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `name` string
  - `username` string
  - `parent_id` string
  - `description` string
  - `url` string
  - `website_url` string
  - `avatar_url` string
  - `phone` string
  - `location` string
  - `address` PropertySocialProfileAddress — Structured postal address
    - `address1` string
    - `address2` string
    - `city` string
    - `region` string
    - `postal_code` string
    - `country` string
  - `category` string
  - `is_verified` boolean
  - `is_private` boolean
  - `metrics` PropertySocialProfileMetrics — Audience metrics for the profile
    - `follower_count` number
    - `following_count` number
    - `post_count` number
  - `raw` object

## Changes

- **2026-08-24** `1fbb53b88365` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/unified/apis/unified-to-api/changes/social/:connection_id/profile/:id/get.md)

---

[API](https://skmtc.dev/unified/apis/unified-to-api.md) · [All operations](https://skmtc.dev/unified/apis/unified-to-api/llms.txt) · [OpenAPI document](https://skmtc.dev/unified/apis/unified-to-api/revisions/e0a7ff925921?raw)
