---
title: "Get a single video's full detail by id"
method: POST
path: "/campaigns/content/view"
tags: ["Campaigns"]
---

# Get a single video's full detail by id

`POST /campaigns/content/view`

## Request body

- ViewVideoContentRequest — ``POST /public/v1/campaigns/content/view`` — fetch a single video's detail by id.
  - `video_id` string, required

## Response `200`

Successful Response

- VideoContentResponse — 200 response for ``POST /campaigns/content/view``.
  - `status` string
  - `data` object[]
  - `count` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/reacherapp/apis/reacher-data-api.md) · [All operations](https://skmtc.dev/reacherapp/apis/reacher-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/reacherapp/reacher-data-api/revisions/5eefff009b5b/schema)
