Knowledge Refresh 1 of 6
The RoarinAPI is a web service reachable at https://roarinapi.roarinpenguin.com.
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 requires a fixed **bearer token** that you will discover during the exercises.