Skip to main content

Create a new campaign video with the provided information

POST 

/api/campaign/:id/video

Create a new campaign video with the provided information

Request

Path Parameters

    id uuidrequired

    The id of the campaign

Body

required
    url urlrequired

    The URL of the campaign image/video.

    caption stringrequired

    The caption of the campaign image/video.

Responses

Campaign image

Schema
    id uuidrequired

    The unique identifier of the campaign media.

    campaign_id uuidrequired

    The unique identifier of the campaign.

    url urlrequired

    The URL of the campaign media.

    status CampaignMediaStatusrequired

    Possible values: [waiting_user_approval, approved, declined]

    Campaign media status

    caption stringrequired

    The caption of the campaign media.

Loading...