Skip to main content
POST
/
campaigns
Create Campaign
curl --request POST \
  --url https://api.sternrockcapital.com/campaigns \
  --header 'Content-Type: application/json' \
  --data '{
  "description": "<string>",
  "name": "<string>",
  "userId": "<string>"
}'
This response does not have an example.

Body

application/json

Campaign creation payload

description
string
name
string
userId
string

Response

campaign created successfully