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.
Unique key of the contest.
Update Contest
PATCH /contests/<contest_key>
Update an existing contest. Include only the fields you want to change.
Unique key of the contest.
Delete Contest
DELETE /contests/<contest_key>
Delete a contest.
Unique key of the contest.
