remy
remy

Create Campaign Endpoint

Create a campaign for this user — always user-scoped; global campaigns aren't creatable through this endpoint yet.

post/api/v1/remy/campaigns

Request body

namestring required
brand_namestring nullable
product_namestring nullable
collab_type'Paid Reel' | 'Paid Story' | 'Paid Post' | 'Barter' | 'Affiliate'
briefstring nullable
budget_minnumber required
budget_maxnumber required
currency'INR' | 'USD' | 'GBP' | 'EUR'
total_budgetnumber nullable

Response

Successful Response

idstring required
scopestring required
user_idstring nullable
namestring required
brand_namestring nullable
product_namestring nullable
collab_typestring nullable
briefstring nullable
budget_minnumber nullable
budget_maxnumber nullable
currencystring nullable
total_budgetnumber
total_spentnumber
statusstring required
created_atstring date-time nullable
updated_atstring date-time nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.