We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd6b55 commit 7cd00fbCopy full SHA for 7cd00fb
source/developers/rest_api.markdown
@@ -139,25 +139,6 @@ $ curl -X GET -H "x-ha-access: YOUR_PASSWORD" \
139
-H "Content-Type: application/json" http://localhost:8123/api/discovery_info
140
```
141
142
-#### {% linkable_title GET /api/bootstrap %}
143
-Returns all data needed to bootstrap Home Assistant.
144
-
145
-```json
146
-{
147
- "config": {...},
148
- "events": [...],
149
- "services": [...],
150
- "states": [...]
151
-}
152
-```
153
154
-Sample `curl` command:
155
156
-```bash
157
-$ curl -X GET -H "x-ha-access: YOUR_PASSWORD" \
158
- -H "Content-Type: application/json" http://localhost:8123/api/bootstrap
159
160
161
#### {% linkable_title GET /api/events %}
162
Returns an array of event objects. Each event object contains event name and listener count.
163
0 commit comments