Skip to main content
POST
/
contests
/
sync-from-cfs
Sync CFS records to contests
curl --request POST \
  --url https://www.renovationfind.com/rest-api-v1/contests/sync-from-cfs \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "No unsynced CFS records to process."
}

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

Response

No unsynced CFS records to process

success
boolean
Example:

true

message
string