RoarinAPI - A Custom Web Service

SE Tech Summit - HA Advanced Exercises

Knowledge Refresh 1 of 6

The RoarinAPI is a web service reachable at https://roarinapi.roarinpenguin.com.

Endpoints

The service exposes several endpoints:

Method Endpoint Auth Required Description
GET /ping Health check
GET /carlist Returns a list of cars
POST /submit Accepts and returns JSON
GET /status Returns API status
POST /echo Echoes back posted JSON

Authentication

Authentication requires a fixed **bearer token** that you will discover during the exercises.