cURL
curl --request GET \ --url https://api.thehaystack.ai/v2/haystack/frontend/style \ --header 'Authorization: Bearer <token>'
{ "collectionId": 123, "language": "<string>", "style": { "homePage": {}, "navigation": {}, "searchBanner": {} } }
Return the frontend style configuration used by the embed/Connect surface.
Enter your API token from the Haystack dashboard
Frontend style config
Language code, e.g. "en"
Show child attributes