v1

latestOpenAPI 3.0.02026-08-062903562.2 MB
Social Video

getSocialVideoByEntity

Retrieves the status and details of a social video for a specific entity

get/social-videos/entity

Query parameters

entity_typestring required
Example:studio_campaign

Entity type (e.g., studio_campaign)

entity_idstring required
Example:12345

Entity ID

personastring required
Example:donor

Persona type (e.g., donor)

Response

Success

idstring
statusstring
urlstring
thumbnail_urlstring
created_atstring date-time
updated_atstring date-time

Example response

{
  "id": "12345",
  "status": "completed",
  "url": "https://example.com/video.mp4",
  "thumbnail_url": "https://example.com/thumbnail.jpg",
  "created_at": "2023-01-01T12:00:00Z",
  "updated_at": "2023-01-01T12:30:00Z"
}