Skip to Content
Welcome to Festie! 🎪 The ultimate festival management platform is here!
Public REST APIGET /candidate-detail

GET /candidate-detail

Returns public details for one candidate.

GET /public-api/v1/candidate-detail

Query Parameters

NameTypeRequiredNotes
subFestCandidateIdUUIDYesCandidate id inside a sub-fest.

Example

curl \
  -H "X-API-Key: fst_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
  "https://testapi.festie.app/public-api/v1/candidate-detail?subFestCandidateId=00000000-0000-4000-8000-000000000000"

Response Data

The response includes context and public candidate detail:

FieldNotes
idSub-fest candidate id.
candidatePublic candidate identity.
subFestPublic sub-fest summary.
categoryPublic category summary.
teamPublic team summary.
sectionsPublic section summaries.
avatarUrlPublic avatar URL.
pointsSummaryPublic points summary.
registrationCountPublic registration count.

Private contact and profile fields are not returned.

Last updated on