v1
latestOpenAPI 3.0.02026-08-062903562.2 MBStudio Campaign
Social Video
getStudioCampaignSocialVideo
Retrieves a specific social video for a studio campaign by persona
get/studio-campaigns/{campaign_id}/share-settings/social-videos/{persona}
Path parameters
campaign_idinteger required
Example:12345
Campaign ID
personastring required
Example:donor
Persona type (e.g., donor)
Response
Success
Example response
{
"id": "12345",
"entity_type": "studio_campaign",
"entity_id": "12345",
"persona": "donor",
"description": "Thank you for your donation",
"main_image": "https://example.com/image.jpg",
"is_enabled": true,
"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"
}