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.
REST API
cURL
curl --request GET \ --url https://api.daily.co/v1/ \ --header 'Authorization: Bearer <token>'
{ "domain_name": "api-test-1", "domain_id": "30f866c3-9123-452a-8723-ff58322d09c5", "config": { "redirect_on_meeting_exit": "", "hide_daily_branding": false, "hipaa": false, "intercom_auto_record": false, "lang": "en", "meeting_join_hook": "" } }
Get top-level configuration of your domain
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
200
1
Show child attributes