mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-05-11 21:48:38 +00:00

``` $ curl -H "Content-Type: application/json" -H "Authorization: Bearer SECRET" http://localhost:8123/api; echo '' 404: Not Found $ curl -H "Content-Type: application/json" -H "Authorization: Bearer SECRET" http://localhost:8123/api/; echo '' {"message": "API running."} $ ```