---
title: "getStudioCampaignSocialVideo"
method: GET
path: "/studio-campaigns/{campaign_id}/share-settings/social-videos/{persona}"
tags: ["Studio Campaign", "Social Video"]
---

# getStudioCampaignSocialVideo

`GET /studio-campaigns/{campaign_id}/share-settings/social-videos/{persona}`

Retrieves a specific social video for a studio campaign by persona

## Path parameters

- `campaign_id` integer, required
- `persona` string, required

## Response `200`

Success

- object
  - `id` string
  - `entity_type` string
  - `entity_id` string
  - `persona` string
  - `description` string
  - `main_image` string
  - `is_enabled` boolean
  - `status` string
  - `url` string
  - `thumbnail_url` string
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Campaign or social video not found

---

[API](https://skmtc.net/gofundme/apis/gofundme-pro-api.md) · [All operations](https://skmtc.net/gofundme/apis/gofundme-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gofundme/gofundme-pro-api/revisions/6d020bee17cc/schema)
