Skip to main content
The Contest resource represents a voting contest, including its voting configuration, rating and ordering rules, schedule, and associated shop.

Sample payload

Endpoints

Create Contest

POST /contests Create a new contest. Use the sample payload as a guide for the request body.

Get all Contests

GET /contests Retrieve all contests.

Get a single Contest

GET /contests/<contest_key> Retrieve a single contest by its key.
contest_key
string
required
Unique key of the contest.

Update Contest

PATCH /contests/<contest_key> Update an existing contest. Include only the fields you want to change.
contest_key
string
required
Unique key of the contest.

Delete Contest

DELETE /contests/<contest_key> Delete a contest.
contest_key
string
required
Unique key of the contest.