Skip to Content
Welcome to Festie! 🎪 The ultimate festival management platform is here!
Authentication

Authentication

Send your festival API key in the X-API-Key header on every public REST API request.

Backend URL

Use this backend URL:

https://testapi.festie.app/public-api/v1

Send the key header

HeaderRequiredValue
X-API-KeyYesYour Festie API key.

Make a request

curl \
  -H "X-API-Key: fst_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
  "https://testapi.festie.app/public-api/v1/news?page=1&limit=10"

Key Safety

Keep API keys in trusted server-side code. Do not place API keys in frontend code, mobile apps, screenshots, public documents, or support messages.

Last updated on