Getting Started
All RooLink API endpoints require authentication via API key.
Getting Your API Key
Using Your API Key
Include your API key in the x-api-key header for all requests:
curl -X POST https://www.roolink.io/api/v1/sensor \
-H "Content-Type: application/json" \
-H "x-api-key: your-api-key" \
-d '{ ... }'Base URLs
Service
Base URL
Akamai Web
https://www.roolink.io/api/v1
Akamai BMP
https://akamai-bmp.onrender.com/api/v1
Error Responses
Status
Meaning
400
Invalid request body
401
Invalid or missing API key
429
Rate limit exceeded
500
Internal server error
Last updated