Skip to main content
POST
/
contests
/
participants
/
import
Import contest participants
curl --request POST \
  --url https://www.renovationfind.com/rest-api-v1/contests/participants/import \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "success": true,
  "message": "File accepted. Processing will complete in the background."
}

Documentation Index

Fetch the complete documentation index at: https://docs.renovationfind.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT token issued from the RenovationFind Manager Portal

Body

multipart/form-data
file
file
required

CSV or Excel file containing contest participants

Response

File accepted for processing

success
boolean
Example:

true

message
string