Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.getfernand.com/organization/chat \ --header 'X-API-Key: <api-key>'
{ "secret": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0", "settings": { "channel": 12345, "domains": [ "piedpiper.com", "piedpiper.dev", "piedpiper.xyz" ] } }
Authenticate your account by including your secret key in API requests. You can manage your API keys in the Dashboard.
Authentication to the API is performed by using the HTTP Header X-API-Key.
Chat configuration retrieved successfully.
Secure key for HMAC authentication of chat widget.
"a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0"
Chat widget settings.
Show child attributes
Was this page helpful?