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/v1Send the key header
| Header | Required | Value |
|---|---|---|
X-API-Key | Yes | Your 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